Skip to content

Commit

Permalink
feat(build): switch to setuptools-gettext
Browse files Browse the repository at this point in the history
Use module instead of reimplement the mo build logic.
  • Loading branch information
nijel committed Jan 20, 2025
1 parent 04db63e commit a1995b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
# Minimum requirements for the build system to execute.
requires = [
"setuptools>=70.0",
"translate-toolkit"
"setuptools-gettext==0.1.14"
]

[project]
Expand Down
51 changes: 0 additions & 51 deletions setup.py

This file was deleted.

0 comments on commit a1995b6

Please sign in to comment.