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'])