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