Skip to content

Commit

Permalink
add missing setup.py fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vene committed Aug 9, 2021
1 parent d3a4b15 commit d7878f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def install_for_development(self):
version=version_ns['__version__'],
libraries=[libad3],
author="Vlad Niculae",
author_email="[email protected]",
url="https://github.com/deep-spin/lp-sparsemap",
packages=find_packages(),
install_requires=["numpy>=1.14.6"],
extras_require={'torch': 'torch>=1.8.1'},
Expand Down

0 comments on commit d7878f8

Please sign in to comment.