Skip to content

Commit e7a385c

Browse files
committed
Stop including the "tests" folder into the sdist package
Beforehand, it was included into the package and, afterwards, was installed into the top-level directory under "site-packages", which is definitively a misbehaviour.
1 parent 31893c7 commit e7a385c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ in progress
1010
instead of ``mqttwarn`` only. Thanks, Rob!
1111
- Add launch configuration for VSCode. Thanks, David!
1212
- Use STDERR as default log target
13+
- Stop including the "tests" folder into the sdist package
1314

1415

1516
2021-06-18 0.25.0

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ exclude .bumpversion.cfg
33
recursive-include mqttwarn *.ini *.py
44
prune examples
55
prune vendor
6+
prune templates
7+
prune tests

0 commit comments

Comments
 (0)