Skip to content

Commit

Permalink
Merge pull request #1094 from nschloe/include-tests
Browse files Browse the repository at this point in the history
Include tests in distribution
  • Loading branch information
nschloe authored May 4, 2021
2 parents 15c995d + f2d4a30 commit ae6807e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ dist/
doc/_build/
*.egg-info/
.pytest_cache/
.coverage
.tox/
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE.txt
# Don't recursively include everything that's in test; there may be cruft files,
# left-overs from experiments etc.
include tests/helpers.py
recursive-include tests/meshes *
include tests/*.py
include tests/meshes/
# recursive-include tests/meshes *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = meshio
version = 4.4.1
version = 4.4.2
author = Nico Schlömer et al.
author_email = [email protected]
description = I/O for many mesh formats
Expand Down

0 comments on commit ae6807e

Please sign in to comment.