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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/setup.py	Thu Feb 22 16:45:11 2018 +0000
@@ -0,0 +1,10 @@
+from setuptools import setup
+
+setup(
+    name='simscene',
+    version='0.1',
+    scripts=['simscene.py'],
+    author='Emmanouil Chourdakis',
+    license='GPLv3'
+)
+    
--- a/python/simscene.py	Tue Oct 24 16:53:58 2017 +0100
+++ b/python/simscene.py	Thu Feb 22 16:45:11 2018 +0000
@@ -24,7 +24,6 @@
 import librosa.display
 
 # PySoundfile
-
 import soundfile as sf
 
 # Matplotlib