Skip to content

Commit

Permalink
More changes to setup.py to allow installation from pypi. This time d…
Browse files Browse the repository at this point in the history
…ependency on 'future' was removed.
  • Loading branch information
mjdrushton committed May 1, 2018
1 parent 241c370 commit 2a215d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
packages = find_packages(exclude=["tests"]),
namespace_packages = ["atsim"],
test_suite = "tests",
setup_requires = ["future", "setuptools"],
install_requires = ["future"],
setup_requires = ["setuptools"],
install_requires = [],

version = '0.2.0',

Expand Down

0 comments on commit 2a215d1

Please sign in to comment.