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.
1 parent 3af688f commit ea5040aCopy full SHA for ea5040a
MANIFEST.in
@@ -1,6 +1,9 @@
1
exclude *.txt
2
exclude MANIFEST.in
3
include CHANGES.txt README.rst pyproject.toml
4
+include pdal/*.txt
5
+include test
6
+
7
recursive-include test *.py
8
recursive-include pdal *.pyx
9
recursive-include pdal *.hpp
pdal/__init__.py
@@ -1,4 +1,4 @@
-__version__='2.3.0'
+__version__='2.3.1'
from .pipeline import Pipeline
from .array import Array
0 commit comments