Add missing pyx in MANIFEST
This commit is contained in:
parent
1151d0c8b6
commit
1548fd8450
@ -27,6 +27,7 @@ include python/CMakeLists.txt
|
||||
include python/_cosmo_bispectrum.cpp
|
||||
include python/_cosmo_cic.pyx
|
||||
include python/_cosmo_power.pyx
|
||||
include python/_cosmomath.pyx
|
||||
include python/_cosmotool.pyx
|
||||
include python/_fast_interp.pyx
|
||||
include python/_project.pyx
|
||||
|
@ -1,4 +1,4 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
requires = ["setuptools","wheel","cython"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user