File: pyproject.toml

package info (click to toggle)
python-setuptools-gettext 0.1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 343; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["setuptools", "setuptools-gettext"]

[project]
name = "hallowereld"
version = "0.1.0"

[tool.setuptools]
packages = ["hallowereld"]

[tool.setuptools-gettext]
source_dir = "po"
# Set the build directory, to make it easier to find the compiled catalogs
# in the source tree.
build_dir = "hallowereld/locale"