We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b25a3 commit dde13e0Copy full SHA for dde13e0
CHANGES/165.bugfix
@@ -0,0 +1 @@
1
+Mark aiosignal as Python3-only package
setup.cfg
@@ -7,9 +7,6 @@ license_file = LICENSE
7
[pep8]
8
max-line-length=79
9
10
-[bdist_wheel]
11
-universal = 1
12
-
13
[easy_install]
14
zip_ok = false
15
setup.py
@@ -38,6 +38,7 @@ def read(f):
38
'Intended Audience :: Developers',
39
'Programming Language :: Python',
40
'Programming Language :: Python :: 3',
41
+ 'Programming Language :: Python :: 3 :: Only',
42
'Programming Language :: Python :: 3.6',
43
'Programming Language :: Python :: 3.7',
44
'Programming Language :: Python :: 3.8',
0 commit comments