Skip to content

Commit ea5040a

Browse files
committed
add to MANIFEST.in
1 parent 3af688f commit ea5040a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
exclude *.txt
22
exclude MANIFEST.in
33
include CHANGES.txt README.rst pyproject.toml
4+
include pdal/*.txt
5+
include test
6+
47
recursive-include test *.py
58
recursive-include pdal *.pyx
69
recursive-include pdal *.hpp

pdal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__='2.3.0'
1+
__version__='2.3.1'
22

33
from .pipeline import Pipeline
44
from .array import Array

0 commit comments

Comments
 (0)