Python wrapper for running instances of trisurf-ng
Samo Penic
2017-01-20 282bdafd491d8ce286fe13c40fbbc9379123f0d5
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 )