Skip to content

Commit ae6807e

Browse files
authored
Merge pull request #1094 from nschloe/include-tests
Include tests in distribution
2 parents 15c995d + f2d4a30 commit ae6807e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ dist/
2020
doc/_build/
2121
*.egg-info/
2222
.pytest_cache/
23+
.coverage
24+
.tox/

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE.txt
22
# Don't recursively include everything that's in test; there may be cruft files,
33
# left-overs from experiments etc.
4-
include tests/helpers.py
5-
recursive-include tests/meshes *
4+
include tests/*.py
5+
include tests/meshes/
6+
# recursive-include tests/meshes *

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = meshio
3-
version = 4.4.1
3+
version = 4.4.2
44
author = Nico Schlömer et al.
55
author_email = [email protected]
66
description = I/O for many mesh formats

0 commit comments

Comments
 (0)