Skip to content

Commit

Permalink
Merge pull request #22 from pabloarosado/edit-setup
Browse files Browse the repository at this point in the history
Minor changes on setup.py
  • Loading branch information
pabloarosado authored Jul 28, 2020
2 parents 6adf00f + 6ac6d79 commit d30f424
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 @@ -9,7 +9,7 @@
author="Pablo Rosado",
author_email="[email protected]",
description="Model Development for Data Science Projects.",
keywords="data science model development",
keywords=["modev", "Data Science", "Machine Learning", "Modeling"],
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pabloarosado/modev",
Expand All @@ -18,6 +18,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
install_requires=[
'numpy',
Expand Down

0 comments on commit d30f424

Please sign in to comment.