Skip to content

Commit

Permalink
fix: manifest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jossef committed Nov 16, 2021
1 parent 3abb2bb commit b1ead0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -37,6 +37,6 @@
test_suite='tests',
keywords=package_tags,
packages=[package_name],
setup_requires=[dependencies],
install_requires=[]
setup_requires=[],
install_requires=[dependencies]
)

0 comments on commit b1ead0d

Please sign in to comment.