summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2016-03-22 20:18:48 +0100
committerGard Spreemann <gspreemann@gmail.com>2016-03-22 20:18:48 +0100
commit9f9c9f01677ef2ce88f16011d833ab389558f0d5 (patch)
treebd5f15fb79359cd884274aa9016608b5cb4670ef
parent82f343a87615eabb96b1f519eb3c366fcc008dd3 (diff)
Setup.py
-rw-r--r--setup.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..c94fcc8
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,10 @@
+from setuptools import setup
+
+setup(name='phstuff',
+ version='0.0.1',
+ description='Some persistent homology glue',
+ url='https://nonempty.org/software/python-phstuff',
+ author='Gard Spreemann',
+ author_email='gard.spreemann@epfl.ch',
+ license='GPL-3',
+ packages=['phstuff'])