Commit 45b371b7 authored by Boris Bonev's avatar Boris Bonev
Browse files

fix in setup.py

parent b36f9670
This diff is collapsed.
...@@ -81,7 +81,7 @@ config = { ...@@ -81,7 +81,7 @@ config = {
'packages': find_packages(), 'packages': find_packages(),
'description': 'A differentiable spherical harmonic transform for PyTorch.', 'description': 'A differentiable spherical harmonic transform for PyTorch.',
'long_description': README, 'long_description': README,
'long_description_content_type' : 'text/x-rst', 'long_description_content_type' : 'text/markdown',
'url' : 'https://github.com/NVIDIA/torch-harmonics', 'url' : 'https://github.com/NVIDIA/torch-harmonics',
'authors': [ 'authors': [
{'name': "Boris Bonev", 'email': "bbonev@nvidia.com"}, {'name': "Boris Bonev", 'email': "bbonev@nvidia.com"},
......
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