Skip to content

Commit 74f7687

Browse files
committed
Fixes including tests in whl file
1 parent f5447f4 commit 74f7687

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include LICENSE
2-
prune tests*
2+
prune tests

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*', !=3.2.*, !=3.3.*'
4040
[options.packages.find]
4141
exclude =
4242
tests
43+
*.tests
44+
*.tests.*
45+
tests.*
4346

4447
[bdist_wheel]
4548
universal = 1

0 commit comments

Comments
 (0)