Skip to content

Commit 96f992f

Browse files
authored
Merge pull request #1112 from nschloe/fix-tarball
Fix tarball
2 parents 1c1a8b5 + dde0021 commit 96f992f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ include LICENSE.txt
22
# Don't recursively include everything that's in test; there may be cruft files,
33
# left-overs from experiments etc.
44
include tests/*.py
5-
include tests/meshes/
6-
# recursive-include tests/meshes *
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.4
3+
version = 4.4.5
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)