Merge pull request #8 from wiggin15/patch-1

Update setup.py classifiers
This commit is contained in:
Mathieu Le Marec - Pasquet
2016-08-15 22:19:37 +02:00
committed by GitHub

View File

@@ -39,6 +39,8 @@ setup(
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules"],
packages=find_packages('src'),
package_dir={'': 'src'},