Skip to content

Commit

Permalink
Add pyproject.toml with build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Sep 20, 2024
1 parent f3b3648 commit 1d92da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "trubar>=0.3.3"]
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def compile_to_multilingual(self):
license=LICENSE,
packages=PACKAGES,
package_data=PACKAGE_DATA,
setup_requires=["trubar>=0.3.3"],
install_requires=INSTALL_REQUIRES,
cmdclass={
'install': InstallMultilingualCommand,
Expand Down

0 comments on commit 1d92da3

Please sign in to comment.