aboutsummaryrefslogtreecommitdiff
path: root/math/py-PuLP
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-04-29 18:39:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-04-29 22:49:35 +0000
commitbbea9171d95c59cc03d10c677a166373137d5208 (patch)
tree95abd7589f4742b192b525891440abc689433df6 /math/py-PuLP
parentbfb0a6d91f55149c4dde8e135773fbcfa0747f55 (diff)
Diffstat (limited to 'math/py-PuLP')
-rw-r--r--math/py-PuLP/files/setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-PuLP/files/setup.py b/math/py-PuLP/files/setup.py
new file mode 100644
index 000000000000..606849326a40
--- /dev/null
+++ b/math/py-PuLP/files/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()