Skip to content

Commit

Permalink
Add setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
jllovet committed Oct 28, 2022
1 parent ca26eab commit 7c8c8d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
requires = ["setuptools", "setuptools-scm[toml]"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -32,3 +32,5 @@ jira = "the_jira_cli.jira:jira"

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }

[tool.setuptools_scm]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click ~= 7.1.2
atlassian-python-api ~= 3.28.0
python-dotenv ~= 0.21.0
setuptools-scm ~= 7.0.5

0 comments on commit 7c8c8d0

Please sign in to comment.