Skip to content

Commit dde13e0

Browse files
authored
Mark aiosignal as Python3-only package (#165)
1 parent 98b25a3 commit dde13e0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGES/165.bugfix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mark aiosignal as Python3-only package

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ license_file = LICENSE
77
[pep8]
88
max-line-length=79
99

10-
[bdist_wheel]
11-
universal = 1
12-
1310
[easy_install]
1411
zip_ok = false
1512

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def read(f):
3838
'Intended Audience :: Developers',
3939
'Programming Language :: Python',
4040
'Programming Language :: Python :: 3',
41+
'Programming Language :: Python :: 3 :: Only',
4142
'Programming Language :: Python :: 3.6',
4243
'Programming Language :: Python :: 3.7',
4344
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)