Skip to content

Commit b65b718

Browse files
authored
Fix MANIFEST.in to point to new cython path (#762)
1 parent b8e5f62 commit b65b718

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
exclude tests/*
2-
exclude pymoo/cython/*.cpp
3-
include pymoo/cython/*.pyx
4-
include pymoo/cython/*.pxd
5-
include pymoo/cython/vendor/*.h
2+
include pymoo/functions/compiled/*.pyx
3+
include pymoo/functions/compiled/*.pxd
64
include Makefile

0 commit comments

Comments
 (0)