Skip to content

Commit 5807c1e

Browse files
committed
Updated PyPI build process
1 parent 61c1c02 commit 5807c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ recursive-include include *.hpp
88
# Vendor package source files (excluding R-specific)
99
recursive-include src *.cpp
1010
recursive-include src *.h
11-
exclude src/R_data.cpp src/R_random_effects.cpp
11+
exclude src/cpp11.cpp src/forest.cpp src/kernel.cpp src/R_data.cpp src/R_random_effects.cpp src/sampler.cpp src/serialization.cpp src/stochtree_types.h
1212

1313
# Remove the CRAN extensionless LICENSE file
1414
exclude LICENSE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dynamic = ["readme", "optional-dependencies", "license"]
1818
description = "Stochastic Tree Ensembles for Machine Learning and Causal Inference"
1919
requires-python = ">=3.8.0"
2020
classifiers = [
21-
"Development Status :: 3 - Alpha",
21+
"Development Status :: 4 - Beta",
2222
"Intended Audience :: Science/Research",
2323
"License :: OSI Approved :: MIT License",
2424
"Operating System :: MacOS",

0 commit comments

Comments
 (0)