Skip to content

Commit

Permalink
Update setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 28, 2019
1 parent 483717a commit c86d445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand All @@ -51,4 +53,4 @@
],
scripts=[os.path.join("scripts", f) for f in os.listdir("scripts")
if not os.path.isdir(os.path.join("scripts", f))]
)
)

0 comments on commit c86d445

Please sign in to comment.