Browse Source

Binder test 5

Randy Paredis 3 years ago
parent
commit
b98be0c391
3 changed files with 2 additions and 4 deletions
  1. 0 2
      binder/postBuild
  2. 1 1
      binder/start
  3. 1 1
      setup.py

+ 0 - 2
binder/postBuild

@@ -1,2 +0,0 @@
-set -e
-echo "Hello World?"

+ 1 - 1
binder/start

@@ -1,7 +1,7 @@
 set -e
 
 # Sets the environment for Binder
-export PYTHONPATH=./src/:./src/dependencies/pythonpdevs/src/:$PYTHONPATH
+export PYTHONPATH=../:../dependencies/pythonpdevs/src/:$PYTHONPATH
 
 echo "starting up..."
 

+ 1 - 1
setup.py

@@ -4,7 +4,7 @@ setup(name="PyPDEVSBBL",
       version="0.1",
       description="DEVS Building Block Library (for PythonPDEVS)",
       author="Randy Paredis",
-      author_email="randy.paredis@student.uantwerpen.be",
+      author_email="randy.paredis@uantwerpen.be",
       url="http://msdl.cs.mcgill.ca/people/rparedis",
       packages=['pypdevsbbl', 'pypdevsbbl.generic', 'pypdevsbbl.generic.transformers', 'pypdevsbbl.extra', 'pypdevsbbl.extra.rngstreams'],
       requires=['numpy', 'scipy', 'pytest', 'pandas', 'pydub', 'simpleaudio', 'matplotlib']