sci-mathematics/pyromaths: new package, add 21.8.2

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2023-01-19 21:18:57 +01:00
parent 358ab9012e
commit 0eff0ca112
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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,