dev-python/python-constraint: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Gábor Oszkár Dénes <gaboroszkar@protonmail.com>
This commit is contained in:
Gábor Oszkár Dénes
2022-03-30 19:01:50 +02:00
parent ce2693bc87
commit 64cc74f98f
4 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py 2022-02-27 15:57:35.035889587 +0100
+++ b/setup.py 2022-02-27 15:58:04.049889476 +0100
@@ -70,7 +70,7 @@
keywords="csp constraint solving problems problem solver",
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
- packages=find_packages(exclude=["contrib", "docs", "tests*"]),
+ packages=find_packages(exclude=["contrib", "docs", "tests*", "examples*"]),
# List run-time dependencies here. These will be installed by pip when your
# project is installed. For an analysis of "install_requires" vs pip's
# requirements files see: