build.sh | ●●●●● patch | view | raw | blame | history | |
python/MANIFEST.in | ●●●●● patch | view | raw | blame | history | |
python/setup.py | ●●●●● patch | view | raw | blame | history |
build.sh
@@ -8,4 +8,6 @@ make clean make sudo make install cd python sudo python3 setup.py install cd .. python/MANIFEST.in
New file @@ -0,0 +1 @@ recursive-include trisurf *.py python/setup.py
New file @@ -0,0 +1,9 @@ from distutils.core import setup setup(name="trisurf", version="0.1a", description="Python trisurf-ng managing scripts for organized multiple runs of simultations", author="Samo Penic", author_email="samo.penic@gmail.com", url="", packages=["trisurf"] )