From 4dc9d1623720d5c43b7d21e2cd38c57638cef347 Mon Sep 17 00:00:00 2001 From: jakevc Date: Mon, 12 Feb 2024 23:27:36 -0500 Subject: [PATCH] add setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..556ea96 --- /dev/null +++ b/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup(name="fibermorph")