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 e5c1459 commit 43fef7fCopy full SHA for 43fef7f
setup.cfg
@@ -1,4 +1,2 @@
1
[aliases]
2
test=pytest
3
-[bdist_wheel]
4
-universal=1
setup.py
@@ -43,6 +43,7 @@ def get_version():
43
'Operating System :: OS Independent',
44
'Programming Language :: Python',
45
'Programming Language :: Python :: 3',
46
+ 'Programming Language :: Python :: 3 :: Only',
47
'Programming Language :: Python :: 3.5',
48
'Programming Language :: Python :: 3.6',
49
'Programming Language :: Python :: 3.7',
@@ -64,4 +65,5 @@ def get_version():
64
65
cmdclass = {'test': PyTest},
66
include_package_data=True,
67
zip_safe=False,
68
+ python_requires='~=3.5',
69
)
0 commit comments