Skip to content

Commit

Permalink
commented out setup2.py to check if CI passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed May 9, 2024
1 parent ae518a5 commit ae2ca7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup, Extension
setup(name="BST", version="1.0",
ext_modules=[
Extension("BST", sources=["BST_module.cpp"])
]
)
# from distutils.core import setup, Extension
# setup(name="BST", version="1.0",
# ext_modules=[
# Extension("BST", sources=["BST_module.cpp"])
# ]
# )

0 comments on commit ae2ca7f

Please sign in to comment.