Skip to content

Commit

Permalink
Fixing setup.py to be compatible with PyPI (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs authored Oct 8, 2023
1 parent 7fb0c48 commit 7a68534
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ def readme(root_path):
'long_description': README,
'long_description_content_type' : 'text/markdown',
'url' : 'https://github.com/NVIDIA/torch-harmonics',
'authors': [
{'name': "Boris Bonev", 'email': "bbonev@nvidia.com"},
],
'author': 'Boris Bonev',
'author_email': 'bbonev@nvidia.com',
'version': VERSION,
'install_requires': ['torch', 'numpy'],
'extras_require': {
Expand Down

0 comments on commit 7a68534

Please sign in to comment.