Skip to content

Commit 8b54aa6

Browse files
committed
setup.py: add scripts to install
1 parent edcc472 commit 8b54aa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"Programming Language :: Python",
1919
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
21-
]
21+
],
22+
scripts=[
23+
"examples/simplePingExample.py",
24+
"brping/pingproxy.py"]
2225
)

0 commit comments

Comments
 (0)