Skip to content

Commit

Permalink
setup.py updated to fix the docs generation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ion committed Dec 11, 2024
1 parent 1b27da6 commit 3556f9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# ])
# ]
# )

setup(
cmdclass={'build_ext': BuildExtension},
ext_modules=[
Expand All @@ -60,7 +59,8 @@
except Exception as e:
warn("\x1B[33m\nC++ implementation not available. Falling back to pure Python.\n\033[0m")
print(f"Error: {e}")
setup()
setup(name="torchTT")
else:
warn("\x1B[33m\nC++ implementation not supported on this OS. Falling back to pure Python.\n\033[0m")
setup()
setup(name="torchTT")

0 comments on commit 3556f9a

Please sign in to comment.