Skip to content

Commit

Permalink
Declare build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Mar 4, 2024
1 parent e12a492 commit 3debf1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ warn_unused_configs = true
[[tool.mypy.overrides]]
module = "nose.plugins.skip"
ignore_missing_imports = true

[build-system]
requires = ["setuptools>=64.0", "cython>=3"]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@
packages=["qcore", "qcore.tests"],
package_data={"qcore": DATA_FILES},
ext_modules=EXTENSIONS,
setup_requires=["Cython"],
)

0 comments on commit 3debf1b

Please sign in to comment.