We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c1a8b5 + dde0021 commit 96f992fCopy full SHA for 96f992f
MANIFEST.in
@@ -2,5 +2,5 @@ include LICENSE.txt
2
# Don't recursively include everything that's in test; there may be cruft files,
3
# left-overs from experiments etc.
4
include tests/*.py
5
-include tests/meshes/
6
-# recursive-include tests/meshes *
+# include tests/meshes/
+recursive-include tests/meshes *
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = meshio
-version = 4.4.4
+version = 4.4.5
author = Nico Schlömer et al.
author_email = [email protected]
description = I/O for many mesh formats
0 commit comments