mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
14 lines
432 B
TOML
14 lines
432 B
TOML
--- pyproject.toml.orig 2023-08-11 15:47:10 UTC
|
|
+++ pyproject.toml
|
|
@@ -97,6 +97,11 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"
|
|
|
|
[tool.hatch]
|
|
build.hooks.vcs.version-file = "src/virtualenv/version.py"
|
|
+build.hooks.vcs.template = """\
|
|
+# coding: utf-8
|
|
+__version__ = {version!r}
|
|
+__version_tuple__ = {version_tuple!r}
|
|
+"""
|
|
build.targets.sdist.include = ["/src", "/tests", "/tasks", "/tox.ini"]
|
|
version.source = "vcs"
|
|
|