commit | author | age | ||
f4a437 | 1 | from distutils.core import setup |
SP | 2 | |
3 | setup(name="trisurf", version="0.1a", | |
4 | description="Python trisurf-ng managing scripts for organized multiple runs of simultations", | |
5 | author="Samo Penic", | |
6 | author_email="samo.penic@gmail.com", | |
7 | url="", | |
8 | packages=["trisurf"] | |
9 | ) |