Skip to content

Commit

Permalink
setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 27, 2023
1 parent 83e79cf commit 724723e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy"]
requires = ["setuptools", "wheel", "Cython", "numpy", setuptools_scm]
build-backend = "setuptools.build_meta"

3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
# readme
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
# update tag automatically
use_scm_version=True,
setup_requires=["setuptools_scm"],
# cython
setup_requires=["cython", "numpy"],
ext_modules=cythonize(
Expand Down

0 comments on commit 724723e

Please sign in to comment.