mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
[SKIP CI] exclude tests from build
This commit is contained in:
parent
257bf8a28d
commit
d42a12ee33
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", "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