We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228b70d commit 559ceaeCopy full SHA for 559ceae
setup.py
@@ -1,8 +1,8 @@
1
"""
2
Based entirely on Django's own ``setup.py``.
3
4
-from setuptools import setup
5
from setuptools import find_packages
+from setuptools import setup
6
7
import tagging
8
@@ -34,8 +34,6 @@
34
'Intended Audience :: Developers',
35
'License :: OSI Approved :: BSD License',
36
'Programming Language :: Python',
37
- 'Programming Language :: Python :: 2',
38
- 'Programming Language :: Python :: 2.7',
39
'Programming Language :: Python :: 3',
40
'Topic :: Utilities',
41
'Topic :: Software Development :: Libraries :: Python Modules']
0 commit comments