Add missing pyx in MANIFEST

This commit is contained in:
guilhem.lavaux@iap.fr 2024-02-13 09:15:36 +01:00
parent 1151d0c8b6
commit 1548fd8450
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools","wheel","cython"]
build-backend = "setuptools.build_meta"