summaryrefslogtreecommitdiff
path: root/sci-mathematics/pyromaths/files/setuptools.patch
blob: e785dc5eddf513cfefd18fffc7cf5a83527aa214 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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,