Update setup.py

This commit is contained in:
Jamie Hardt
2020-01-03 09:43:38 -08:00
committed by GitHub
parent 4fae65fa8d
commit a9937683e5

View File

@@ -20,5 +20,6 @@ setup(name='pycmx',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
], ],
packages=['pycmx']) packages=['pycmx'])