Skip to content

Commit

Permalink
Remove 'requires' option from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Richie-Halford committed Nov 17, 2017
1 parent e8863f3 commit 9d0df05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloudknot/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_version_major = 0
_version_minor = 1
_version_micro = 1 # use '' for first of series, number for 1 and above
#_version_extra = 'dev'
# _version_extra = 'dev'
_version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
packages=PACKAGES,
package_data=PACKAGE_DATA,
install_requires=REQUIRES,
extras_require=EXTRAS_REQUIRE,
requires=REQUIRES)
extras_require=EXTRAS_REQUIRE)


if __name__ == '__main__':
Expand Down

0 comments on commit 9d0df05

Please sign in to comment.