Skip to content

Commit

Permalink
Merge pull request #3 from leukeleu/setuptools_scm
Browse files Browse the repository at this point in the history
Use setuptools_scm to infer package version from tag
  • Loading branch information
jaap3 authored Aug 10, 2022
2 parents f92ea1b + 23234ae commit aa81d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[metadata]
name = leukeleu-django-checks
version = 1.0.0
url = https://github.com/leukeleu/leukeleu-django-checks
author = Jaap Roes
author_email = [email protected]
Expand Down

0 comments on commit aa81d3f

Please sign in to comment.