-
Notifications
You must be signed in to change notification settings - Fork 7
/
MANIFEST.in
29 lines (29 loc) · 1.38 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include pyvoronoi/voronoi.cpp
include pyvoronoi/voronoi.hpp
include pyvoronoi/pyvoronoi.cpp
include pyvoronoi/boost/polygon/detail/config.hpp
include pyvoronoi/boost/polygon/detail/cstdint.hpp
include pyvoronoi/boost/polygon/detail/limits.hpp
include pyvoronoi/boost/polygon/detail/suffix.hpp
include pyvoronoi/boost/polygon/interval_concept.hpp
include pyvoronoi/boost/polygon/interval_data.hpp
include pyvoronoi/boost/polygon/interval_traits.hpp
include pyvoronoi/boost/polygon/isotropy.hpp
include pyvoronoi/boost/polygon/point_concept.hpp
include pyvoronoi/boost/polygon/point_data.hpp
include pyvoronoi/boost/polygon/point_traits.hpp
include pyvoronoi/boost/polygon/rectangle_concept.hpp
include pyvoronoi/boost/polygon/rectangle_data.hpp
include pyvoronoi/boost/polygon/rectangle_traits.hpp
include pyvoronoi/boost/polygon/segment_concept.hpp
include pyvoronoi/boost/polygon/segment_data.hpp
include pyvoronoi/boost/polygon/segment_traits.hpp
include pyvoronoi/boost/polygon/voronoi.hpp
include pyvoronoi/boost/polygon/voronoi_builder.hpp
include pyvoronoi/boost/polygon/voronoi_diagram.hpp
include pyvoronoi/boost/polygon/voronoi_geometry_type.hpp
include pyvoronoi/boost/polygon/detail/voronoi_ctypes.hpp
include pyvoronoi/boost/polygon/detail/voronoi_predicates.hpp
include pyvoronoi/boost/polygon/detail/voronoi_robust_fpt.hpp
include pyvoronoi/boost/polygon/detail/voronoi_structures.hpp
include README.md