We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a8cb7 commit fe95883Copy full SHA for fe95883
setup.py
@@ -53,10 +53,8 @@ def read(*parts):
53
"License :: OSI Approved :: BSD License",
54
"Operating System :: OS Independent",
55
"Programming Language :: Python",
56
- "Programming Language :: Python :: 2.7",
57
- "Programming Language :: Python :: 3.2",
58
- "Programming Language :: Python :: 3.3",
59
- "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 2"
+ "Programming Language :: Python :: 3",
60
"Framework :: Django",
61
],
62
install_requires=[
0 commit comments