Skip to content

Commit d503885

Browse files
author
gabi
committed
excluded tests from wheel.
added clean.sh script to clean after build
1 parent cd74b73 commit d503885

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: clean.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
rm -rf dist build rsocket.egg-info

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author='Gabriel Shaar',
1313
author_email='[email protected]',
1414
license='MIT',
15-
packages=find_packages(exclude=['examples', 'tests', 'docs']),
15+
packages=find_packages(exclude=['examples', 'tests', 'tests.*', 'docs']),
1616
zip_safe=True,
1717
python_requires='>=3.8',
1818
extras_require={

0 commit comments

Comments
 (0)