Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
7a685349
Unverified
Commit
7a685349
authored
Oct 08, 2023
by
Boris Bonev
Committed by
GitHub
Oct 08, 2023
Browse files
Fixing setup.py to be compatible with PyPI (#11)
parent
7fb0c483
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
setup.py
setup.py
+2
-3
No files found.
setup.py
View file @
7a685349
...
...
@@ -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'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment