include static package data in wheel

This commit is contained in:
Robert Kaussow 2019-10-09 11:52:01 +02:00
parent 2e4f1e691c
commit c87e2069b8
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
include LICENSE
include README.md
recursive-include ansibledoctor/templates *

View File

@ -38,6 +38,8 @@ setup(
long_description=get_readme(),
long_description_content_type="text/markdown",
packages=find_packages(exclude=["*.tests", "tests", "tests.*"]),
include_package_data=True,
zip_safe=False,
python_requires=">=3.5",
classifiers=[
"Environment :: Console",