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
17782f70
Commit
17782f70
authored
Jun 07, 2023
by
Boris Bonev
Browse files
minor bugfix in setup.py
parent
e7ceb9c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
17782f70
...
@@ -49,7 +49,7 @@ def version(root_path):
...
@@ -49,7 +49,7 @@ def version(root_path):
---------
---------
https://packaging.python.org/guides/single-sourcing-package-version/
https://packaging.python.org/guides/single-sourcing-package-version/
"""
"""
version_path
=
root_path
.
joinpath
(
'
neuralop
'
,
'__init__.py'
)
version_path
=
root_path
.
joinpath
(
'
torch_harmonics
'
,
'__init__.py'
)
with
version_path
.
open
()
as
f
:
with
version_path
.
open
()
as
f
:
version_file
=
f
.
read
()
version_file
=
f
.
read
()
version_match
=
re
.
search
(
r
"^__version__ = ['\"]([^'\"]*)['\"]"
,
version_match
=
re
.
search
(
r
"^__version__ = ['\"]([^'\"]*)['\"]"
,
...
...
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