Skip to content

Commit 8bee4d0

Browse files
author
Dilawar Singh
committed
Temp commit: Build locally.
1 parent 4d8342e commit 8bee4d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def build_cmake(self, ext):
6363
os.chdir(str(sdir_))
6464

6565

66+
67+
6668
with open("README.md") as f:
6769
readme = f.read()
6870

@@ -93,5 +95,5 @@ def build_cmake(self, ext):
9395
]
9496
},
9597
ext_modules=[CMakeExtension('.')],
96-
cmdclass={'build_ext': build_ext},
98+
cmdclass={'build_ext': build_ext, 'test': DiscoverTest},
9799
)

0 commit comments

Comments
 (0)