django-compressor / django-appconf

An app to handle configuration defaults of packaged Django apps gracefully
https://django-appconf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
350 stars 47 forks source link

Specify package is Python 3 only #67

Closed gotgenes closed 4 years ago

gotgenes commented 4 years ago

The presence of the generic Programming Language :: Python classifier appears to cause pip in Python 2.7 to still install new releases of this package, even though support for Python 2 was removed from this package in the current release. Removing the generic "Python" classifier should prevent this issue, by reading between the lines of the Python Packaging tutorial ("In this case, the package is only compatible with Python 3").

Just to be certain, this also adds the Programming Language :: Python :: 3 :: Only classifier.