We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8342e commit 8bee4d0Copy full SHA for 8bee4d0
setup.py
@@ -63,6 +63,8 @@ def build_cmake(self, ext):
63
os.chdir(str(sdir_))
64
65
66
+
67
68
with open("README.md") as f:
69
readme = f.read()
70
@@ -93,5 +95,5 @@ def build_cmake(self, ext):
93
95
]
94
96
},
97
ext_modules=[CMakeExtension('.')],
- cmdclass={'build_ext': build_ext},
98
+ cmdclass={'build_ext': build_ext, 'test': DiscoverTest},
99
)
0 commit comments