Skip to content

Commit 266647d

Browse files
committed
zip_safe=False
1 parent 5c9f883 commit 266647d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ def build_extensions(self):
3434
version='0.0.1',
3535
author='Sylvain Corlay',
3636
author_email='sylvain.corlay@gmail.com',
37-
url='https://github.com/SylvainCorlay/pbtest',
37+
url='https://github.com/pybind/pbtest',
3838
description='A test project using pybind11',
3939
long_description='',
4040
ext_modules=ext_modules,
4141
install_requires=['pybind11'],
4242
cmdclass={'build_ext': BuildExt},
43+
zip_safe=False,
4344
)

0 commit comments

Comments
 (0)