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 5c9f883 commit 266647dCopy full SHA for 266647d
setup.py
@@ -34,10 +34,11 @@ def build_extensions(self):
34
version='0.0.1',
35
author='Sylvain Corlay',
36
author_email='sylvain.corlay@gmail.com',
37
- url='https://github.com/SylvainCorlay/pbtest',
+ url='https://github.com/pybind/pbtest',
38
description='A test project using pybind11',
39
long_description='',
40
ext_modules=ext_modules,
41
install_requires=['pybind11'],
42
cmdclass={'build_ext': BuildExt},
43
+ zip_safe=False,
44
)
0 commit comments