Python wrapper for running instances of trisurf-ng
Samo Penic
2017-09-18 a8e8b1dbfb5873af8ccfc720a1d39c2b098fbcef
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 )