Skip to content

Commit d318992

Browse files
committed
meta [skip ci]
1 parent 28d3cbb commit d318992

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,14 @@ setup_requires =
3030
setuptools >= 38.6
3131
pip >= 10
3232
twine >= 1.11
33-
include_package_data = True
3433
packages = find:
34+
scripts =
35+
demo.py
36+
play_sync.py
37+
probe_coroutine.py
38+
play_coroutine.py
39+
play_threadpool.py
40+
probe_sync.py
3541
install_requires =
3642

3743

0 commit comments

Comments
 (0)