Skip to content

Commit

Permalink
Enable setuptools-scm and remove useless MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 19, 2024
1 parent 9343870 commit b623c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ kinto-send-email = "kinto_emailer.command_send:main"
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.in"] }

[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools_scm

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit b623c12

Please sign in to comment.