diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst new file mode 100644 index 0000000..61ea6f4 --- /dev/null +++ b/CONTRIBUTORS.rst @@ -0,0 +1,10 @@ +Contributors +============ + + +- Thiago D'Ávila (`@staticdev`_) +- Ryan Massoth (`@rmassoth`_) + + +.. _@staticdev: https://github.com/staticdev +.. _@rmassoth: https://github.com/rmassoth diff --git a/LICENSE.rst b/LICENSE.rst index d0c350e..a293195 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,7 +1,7 @@ MIT License =========== -Copyright © 2020 Thiago Carvalho D'Ávila +Copyright © 2021 Thiago D'Ávila Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index cc4d496..a1dada2 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,6 @@ Django Sorting Bootstrap ======================== -**MAINTAINER NEEDED: this project is complete but won't be updated until further notice. If you have interest in improving it, please contact me by creating an** `issue here`_ **.** - |PyPI| |Python Version| |License| |Read the Docs| |Tests| diff --git a/pyproject.toml b/pyproject.toml index ebda606..51e0502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "django-sorting-bootstrap" version = "2.6.2" description = "Sorting templates API using sorting, Django templatetags and Bootstrap classes." -authors = ["Thiago Carvalho D'Ávila "] +authors = ["Thiago D'Ávila "] license = "MIT" readme = "README.rst" repository = "https://github.com/staticdev/django-sorting-bootstrap"