summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2016-03-29 11:28:24 +0200
committerGard Spreemann <gspreemann@gmail.com>2016-03-29 11:28:24 +0200
commit65ffc885441d7012feb33f873f851556042f1907 (patch)
tree4bc0bcd89eb4b2ba4f8cbbb686ff4a9a06cf2556
parent5d5f761caeba38491a620e56c32ae8f23c0db848 (diff)
Quoting.
-rw-r--r--setup.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/setup.py b/setup.py
index 6806c4c..e95a057 100644
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,11 @@
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'],
- install_requires=['matplotlib', 'numpy'])
+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"],
+ install_requires=["matplotlib", "numpy"])