Skip to content

Commit

Permalink
Add cython as dependency to the install
Browse files Browse the repository at this point in the history
  • Loading branch information
universvm committed Dec 4, 2023
1 parent f2a8a17 commit 74467eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def readme():
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
setup_requires=[
"Cython",
],
# This code automatically builds the Cython extensions.
ext_modules=cythonize(
[
Expand Down

0 comments on commit 74467eb

Please sign in to comment.