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 89ad852 commit 51001daCopy full SHA for 51001da
setup.py
@@ -33,8 +33,6 @@ def run(self):
33
src_list += glob(os.path.join(lzo_dir, "src/*.c"))
34
35
setup(
36
- name="python-lzo",
37
- tests_require=['pytest'],
38
cmdclass={
39
"test": TestCommand
40
},
0 commit comments