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.
1 parent 9726f0e commit 3a05f9cCopy full SHA for 3a05f9c
1 file changed
setup.py
@@ -23,12 +23,12 @@ def _read(filename):
23
'License :: OSI Approved :: MIT License',
24
'Programming Language :: Python',
25
'Programming Language :: Python :: 2',
26
- 'Programming Language :: Python :: 2.6',
27
'Programming Language :: Python :: 2.7',
28
'Programming Language :: Python :: 3',
29
'Programming Language :: Python :: 3.3',
30
'Programming Language :: Python :: 3.4',
31
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
32
],
33
packages=find_packages(exclude=['atwiki.test']),
34
entry_points={
0 commit comments