mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
Fix missing template files from python package
MANIFEST.in is unavoidable, as the template folder contains python files.
This commit is contained in:
parent
bcf1ffe556
commit
26f9667655
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
||||
recursive-include tutor/templates *
|
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ setup(
|
||||
description="The Open edX distribution for the busy system administrator",
|
||||
long_description=readme,
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
package_data={"tutor": ["templates/**"]},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.5",
|
||||
install_requires=["appdirs", "click>=7.0", "click_repl", "jinja2", "pyyaml>=4.2b1"],
|
||||
entry_points={"console_scripts": ["tutor=tutor.commands.cli:main"]},
|
||||
|
Loading…
Reference in New Issue
Block a user