Skip to content

Commit

Permalink
udpate setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed Jan 12, 2020
1 parent 8ec26c4 commit 0843b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_static(name, condition=None):
version=version,
description="A project metadata validator",
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
Expand All @@ -67,7 +68,7 @@ def get_static(name, condition=None):
"console_scripts": [
'eido = eido.__main__:main'
],
},
},
scripts=scripts,
include_package_data=True,
test_suite="tests",
Expand Down

0 comments on commit 0843b34

Please sign in to comment.