".github/scripts/vscode:/vscode.git/clone" did not exist on "86cb1e09fe88b1316698dc64727b136f03e75623"
Commit 45b371b7 authored by Boris Bonev's avatar Boris Bonev
Browse files

fix in setup.py

parent b36f9670
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -81,7 +81,7 @@ config = {
'packages': find_packages(),
'description': 'A differentiable spherical harmonic transform for PyTorch.',
'long_description': README,
'long_description_content_type' : 'text/x-rst',
'long_description_content_type' : 'text/markdown',
'url' : 'https://github.com/NVIDIA/torch-harmonics',
'authors': [
{'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