fixes for package include data

This commit is contained in:
Robert Kaussow 2019-04-23 14:37:19 +02:00
parent bdc386115a
commit 427b7ff5c8

View File

@ -36,8 +36,8 @@ setup(
license=get_property("__license__", PACKAGE_NAME), license=get_property("__license__", PACKAGE_NAME),
long_description=get_readme(), long_description=get_readme(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
packages=find_packages(exclude=["tests", "tests.*"]), packages=find_packages(exclude=["ansiblelater/tests", "ansiblelater/tests.*"]),
package_data={'ansiblelater': ['data/*']}, package_data={"ansiblelater": ["data/*"]},
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,,!=3.4.*", python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,,!=3.4.*",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",