guru/sci-mathematics/pyromaths/files/setuptools.patch
Henri Gasc 0eff0ca112
sci-mathematics/pyromaths: new package, add 21.8.2
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
2023-01-19 21:19:17 +01:00

14 lines
709 B
Diff

diff --git a/setup.py b/setup.py
index 7273f2d..dc88836 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ with codecs.open("pyromaths/version.py", encoding="utf8", errors="replace") as f
setup(
name="pyromaths",
version=VERSION,
- packages=find_packages(exclude=["tests*"]),
+ packages=find_packages(exclude=["tests*"]) + ["pyromaths.data.exercices.img", "pyromaths.data.exercices.templates", "pyromaths.data.exercices.tests", "pyromaths.data.locale", "pyromaths.data.locale.en.LC_MESSAGES", "pyromaths.data.locale.es.LC_MESSAGES", "pyromaths.data.locale.pl.LC_MESSAGES", "pyromaths.data.templates"],
install_requires=["jinja2"],
include_package_data=True,
author=AUTHOR,