Browse Source

zip_safe=False

master
Sylvain Corlay 9 years ago
parent
commit
266647d42f
  1. 3
      setup.py

3
setup.py

@ -34,10 +34,11 @@ setup( @@ -34,10 +34,11 @@ setup(
version='0.0.1',
author='Sylvain Corlay',
author_email='sylvain.corlay@gmail.com',
url='https://github.com/SylvainCorlay/pbtest',
url='https://github.com/pybind/pbtest',
description='A test project using pybind11',
long_description='',
ext_modules=ext_modules,
install_requires=['pybind11'],
cmdclass={'build_ext': BuildExt},
zip_safe=False,
)

Loading…
Cancel
Save