Skip to content

Commit

Permalink
Use setuptools-scm to build package (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 28, 2023
1 parent a08242e commit 7ee08be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -56,7 +56,7 @@ publish: porcelain branch build
git push origin --tags

.PHONY: clean
clean: docs
clean:
rm -rf build dist src/*.egg-info .coverage*

.PHONY: version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools"]
requires = ["setuptools>=64", "setuptools_scm>=8"]

[project]
authors = [
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -3,3 +3,4 @@
twine==4.0.2
build==1.0.3
setuptools==69.0.3
setuptools-scm==8.0.4

0 comments on commit 7ee08be

Please sign in to comment.