Skip to content

Commit d423611

Browse files
committed
setup.py: bugfix scripts path
1 parent cbc7c7f commit d423611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
],
2222
scripts=[
2323
"examples/simplePingExample.py",
24-
"brping/pingproxy.py",
25-
"brping/ping1d-simulation.py"]
24+
"tools/pingproxy.py",
25+
"tools/ping1d-simulation.py"]
2626
)

0 commit comments

Comments
 (0)