We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4cbb9 + 7368a16 commit c1c205bCopy full SHA for c1c205b
setup.py
@@ -81,7 +81,13 @@ def hello():
81
'License :: OSI Approved :: BSD License',
82
'Operating System :: OS Independent',
83
'Programming Language :: Python',
84
+ 'Programming Language :: Python :: 2',
85
+ 'Programming Language :: Python :: 2.6',
86
+ 'Programming Language :: Python :: 2.7',
87
'Programming Language :: Python :: 3',
88
+ 'Programming Language :: Python :: 3.3',
89
+ 'Programming Language :: Python :: 3.4',
90
+ 'Programming Language :: Python :: 3.5',
91
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
92
'Topic :: Software Development :: Libraries :: Python Modules'
93
],
0 commit comments