diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-04-29 18:39:30 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-04-29 22:49:35 +0000 |
| commit | bbea9171d95c59cc03d10c677a166373137d5208 (patch) | |
| tree | 95abd7589f4742b192b525891440abc689433df6 /math/py-PuLP | |
| parent | bfb0a6d91f55149c4dde8e135773fbcfa0747f55 (diff) | |
Diffstat (limited to 'math/py-PuLP')
| -rw-r--r-- | math/py-PuLP/files/setup.py | 3 |
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() |
