Add milc to setup.py

This commit is contained in:
skullY
2019-09-22 14:56:44 -07:00
parent c8d966afa7
commit 8a03e2ad46
+1
View File
@@ -22,6 +22,7 @@ if __name__ == "__main__":
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
packages=find_packages(),
py_modules = ['milc'],
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',