Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit d865a93

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #286 from staticdev/archive
Add notes for archiving
2 parents 2043918 + 8b0b0c4 commit d865a93

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Django Sorting Bootstrap
22
========================
33

4+
**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`_ **.**
5+
46
|PyPI| |Python Version| |License|
57

68
|Read the Docs| |Tests|
@@ -81,6 +83,7 @@ Credits
8183
This app is based on `Agiliq's django-sorting`_ 0.1. It has two improvements over it: the new tags and the Twitter Bootstrap compliance idea.
8284

8385

86+
.. _issue here: https://github.com/staticdev/staticdev/issues
8487
.. _Django: https://www.djangoproject.com/
8588
.. _Bootstrap: http://getbootstrap.com/
8689
.. _MIT: http://opensource.org/licenses/MIT

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ classifiers = [
1212
"Environment :: Web Environment",
1313
"Framework :: Django",
1414
"Operating System :: OS Independent",
15-
"Development Status :: 5 - Production/Stable",
15+
"Development Status :: 7 - Inactive",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3.7",
1818
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
1920
"Intended Audience :: Developers",
2021
"License :: OSI Approved :: MIT License",
2122
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)