Commit 52313c1
build: exclude top-level directories from being installed (#282)
Fix setup.py to exclude installing the tests, examples and docs directories as a top-level Python package, i.e. into:
/usr/lib/python*/site-packages/tests
Related to 68bb0f2
---------
* build: exclude `tests` from being installed
Fix `setup.py` to exclude installing the `tests` directory
as a top-level Python package, i.e. into:
/usr/lib/python*/site-packages/tests
* build: also exclude examples and docs
Related to 68bb0f2
---------
Co-authored-by: jo <ljonas@riseup.net>1 parent c5447ab commit 52313c1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
0 commit comments