Skip to content

Commit 9115d15

Browse files
committed
auto-generate manifest to include .pyx
1 parent 9cf54fb commit 9115d15

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MANIFEST.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,17 @@ include ./pomdp_py/representations/distribution/histogram.pxd
1010
include ./pomdp_py/framework/planner.pxd
1111
include ./pomdp_py/framework/basics.pxd
1212
include ./pomdp_py/framework/oopomdp.pxd
13+
include ./pomdp_problems/rocksample/cythonize/rocksample_problem.pyx
14+
include ./pomdp_problems/tiger/cythonize/tiger_problem.pyx
15+
include ./pomdp_py/utils/cython_utils.pyx
16+
include ./pomdp_py/algorithms/value_iteration.pyx
17+
include ./pomdp_py/algorithms/pomcp.pyx
18+
include ./pomdp_py/algorithms/po_rollout.pyx
19+
include ./pomdp_py/algorithms/po_uct.pyx
20+
include ./pomdp_py/representations/belief/particles.pyx
21+
include ./pomdp_py/representations/distribution/particles.pyx
22+
include ./pomdp_py/representations/distribution/histogram.pyx
23+
include ./pomdp_py/representations/distribution/gaussian.pyx
24+
include ./pomdp_py/framework/basics.pyx
25+
include ./pomdp_py/framework/planner.pyx
26+
include ./pomdp_py/framework/oopomdp.pyx

0 commit comments

Comments
 (0)