Include templates in the sdist/bdist archives

`include_package_data` has to be set to `True` in setup.py.
I thought adding the templates folder in MANIFEST.in was enough 🤔
This commit is contained in:
Martin Pépin 2020-09-14 20:52:14 +02:00
parent c77b79e3ec
commit 205175b30a
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -14,6 +14,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://git.eleves.ens.fr/klub-dev-ens/authens",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[
"Environment :: Web Environment",
"Framework :: Django",