Merge pull request #48 from Cabalist/master

Mark Python 3 support in setup.py
This commit is contained in:
2016-12-18 00:09:36 -08:00
committed by GitHub
+1
View File
@@ -30,6 +30,7 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
]