diff --git a/MANIFEST.in b/MANIFEST.in index ca96625..8ba0971 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include LICENSE +include README.md recursive-include ansibledoctor/templates * diff --git a/setup.py b/setup.py index 1f2d64a..8c857d6 100755 --- a/setup.py +++ b/setup.py @@ -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",