Unverified Commit 7a685349 authored by Boris Bonev's avatar Boris Bonev Committed by GitHub
Browse files

Fixing setup.py to be compatible with PyPI (#11)

parent 7fb0c483
......@@ -83,9 +83,8 @@ config = {
'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': {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment