Don't include package data for now

This commit is contained in:
Gorka Eguileor
2018-05-18 13:53:10 +02:00
parent 4c1dce9072
commit e4d29a6912

View File

@@ -57,7 +57,7 @@ setuptools.setup(
author_email='geguileo@redhat.com',
url='https://github.com/akrog/cinderlib',
packages=setuptools.find_packages(exclude=['tmp', 'tests*']),
include_package_data=True,
include_package_data=False,
install_requires=requirements,
extras_requires=extras,
license="Apache Software License 2.0",