Skip to content

Commit

Permalink
- fixed (?) error in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas 'Mayou36' Eschle committed Mar 12, 2017
1 parent a938eb4 commit 1e69031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ def readme():
author='Jonas Eschle',
author_email='[email protected]',
license='GNU Lesser General Public License v3',
dependency_links=None,
# dependency_links="",
install_requires=requirements,
# extras_require=,
packages=['uniphy'],
include_package_data=True,
zip_safe=False
)
)

0 comments on commit 1e69031

Please sign in to comment.