Skip to content

Commit bee9783

Browse files
authored
Merge pull request #4 from danpalmer/patch-1
Signal Python 3 Compatibility
2 parents eb9db6d + d6a9740 commit bee9783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'Programming Language :: Python',
2828
'Programming Language :: Python :: 2',
2929
'Programming Language :: Python :: 2.7',
30+
'Programming Language :: Python :: 3',
3031
'Topic :: Software Development :: Libraries :: Python Modules',
3132
],
3233
)

0 commit comments

Comments
 (0)