Skip to content

Commit

Permalink
Merge pull request #15 from echoix/patch-1
Browse files Browse the repository at this point in the history
Added packages file find, and dependencies
  • Loading branch information
alx87grd authored Jan 22, 2020
2 parents 1646017 + 367cae8 commit 3f485ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/SherbyRobotics/pyro",
packages=['pyro'],
packages=setuptools.find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
python_requires='>=3.4'
install_requires=[
'numpy>=1.10',
'matplotlib>3.0',
'scipy>=1.2'
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 3f485ae

Please sign in to comment.