summaryrefslogtreecommitdiff
path: root/setup.py
blob: c94fcc82ac079b81097eec547b71f1bad60f4246 (plain)
1
2
3
4
5
6
7
8
9
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'])