mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-25 06:10:43 +00:00
include static package data in wheel
This commit is contained in:
parent
2e4f1e691c
commit
c87e2069b8
@ -1,2 +1,3 @@
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
|
include README.md
|
||||||
recursive-include ansibledoctor/templates *
|
recursive-include ansibledoctor/templates *
|
||||||
|
2
setup.py
2
setup.py
@ -38,6 +38,8 @@ setup(
|
|||||||
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", "tests.*"]),
|
packages=find_packages(exclude=["*.tests", "tests", "tests.*"]),
|
||||||
|
include_package_data=True,
|
||||||
|
zip_safe=False,
|
||||||
python_requires=">=3.5",
|
python_requires=">=3.5",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
Loading…
Reference in New Issue
Block a user