Skip to content
Snippets Groups Projects
Unverified Commit 9517edf8 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update setup.py (#591)

parent a19ea92d
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,9 @@ def setup_package(): ...@@ -26,11 +26,9 @@ def setup_package():
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Topic :: Utilities", "Topic :: Utilities",
"License :: Public Domain", "License :: Public Domain",
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
], ],
entry_points={"console_scripts": [ entry_points={"console_scripts": [
"acn_submit = autocnet.graph.cluster_submit:main"], "acn_submit = autocnet.graph.cluster_submit:main"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment