Mercurial > hg > simscene-py
changeset 49:b11264117ddb
added setup.py to allow for 'python setup.py build install'
author | Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
---|---|
date | Thu, 22 Feb 2018 16:45:11 +0000 |
parents | 521c9b65f738 |
children | 275d04483bf7 |
files | python/.gitignore python/setup.py python/simscene.py |
diffstat | 3 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/.gitignore Thu Feb 22 16:45:11 2018 +0000 @@ -0,0 +1,4 @@ +build +dist +.*~ +simscene.egg-info