Skip to content

Commit 559ceae

Browse files
committed
Update setup
1 parent 228b70d commit 559ceae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
Based entirely on Django's own ``setup.py``.
33
"""
4-
from setuptools import setup
54
from setuptools import find_packages
5+
from setuptools import setup
66

77
import tagging
88

@@ -34,8 +34,6 @@
3434
'Intended Audience :: Developers',
3535
'License :: OSI Approved :: BSD License',
3636
'Programming Language :: Python',
37-
'Programming Language :: Python :: 2',
38-
'Programming Language :: Python :: 2.7',
3937
'Programming Language :: Python :: 3',
4038
'Topic :: Utilities',
4139
'Topic :: Software Development :: Libraries :: Python Modules']

0 commit comments

Comments
 (0)