mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
fixes for package include data
This commit is contained in:
parent
bdc386115a
commit
427b7ff5c8
4
setup.py
4
setup.py
@ -36,8 +36,8 @@ setup(
|
||||
license=get_property("__license__", PACKAGE_NAME),
|
||||
long_description=get_readme(),
|
||||
long_description_content_type="text/markdown",
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
package_data={'ansiblelater': ['data/*']},
|
||||
packages=find_packages(exclude=["ansiblelater/tests", "ansiblelater/tests.*"]),
|
||||
package_data={"ansiblelater": ["data/*"]},
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,,!=3.4.*",
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
Loading…
Reference in New Issue
Block a user