Skip to content

Commit

Permalink
setuptools: fix some warnings, set setuptools-scm version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzorin committed Oct 13, 2022
1 parent 108d5b5 commit 3ec6783
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "setuptools-golang"]
requires = ["setuptools", "setuptools-scm>=7.0.5", "setuptools-golang"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -10,9 +10,8 @@ readme = "README.md"
requires-python = ">=3.7"
license = { text = "MIT" }

[tool.setuptools.packages.find]
exclude = ["snap"]
namespaces = false
[tool.setuptools]
packages = ["certbot_dns_multi", "certbot_dns_multi._internal", "certbot_dns_multi._internal.bridge"]

[tool.setuptools.dynamic]
version = {attr = "certbot_dns_multi._version.__version__"}
Expand Down

0 comments on commit 3ec6783

Please sign in to comment.