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:
parent
c77b79e3ec
commit
205175b30a
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue