mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
fixes for package include data
This commit is contained in:
parent
766a3ac12d
commit
894356e585
@ -1,4 +1,4 @@
|
||||
include README.md
|
||||
include LICENSE
|
||||
recursive-include ansiblelater/data *
|
||||
prune ansiblelater/tests/
|
||||
recursive-include ansiblelater/tests *
|
||||
|
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setup(
|
||||
license=get_property("__license__", PACKAGE_NAME),
|
||||
long_description=get_readme(),
|
||||
long_description_content_type="text/markdown",
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
packages=find_packages(exclude=["*tests", "tests", "tests.*"]),
|
||||
package_data={"ansiblelater": ["data/*"]},
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,,!=3.4.*",
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user