Python wrapper for running instances of trisurf-ng
Samo Penic
2017-01-05 8ab9858b258d79da0c56a6cd6394a6d2a2013e5c
commit | author | age
8ab985 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 )