Skip to content

Commit 30f48ef

Browse files
committed
chore(setup.py): python 3 only now
1 parent 5df498f commit 30f48ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run(self):
8484
# Trove classifiers
8585
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
8686
'License :: OSI Approved :: MIT License',
87-
'Programming Language :: Python :: 3',
87+
'Programming Language :: Python :: 3 :: Only',
8888
'Programming Language :: Python :: Implementation :: CPython',
8989
'Programming Language :: Python :: Implementation :: PyPy'
9090
],

0 commit comments

Comments
 (0)