Skip to content

Commit

Permalink
Save build requirements into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Sep 4, 2024
1 parent ae36a0a commit 329bd33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
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 @@ -111,7 +111,6 @@ def compile_to_multilingual(self):
package_data=PACKAGE_DATA,
keywords=KEYWORDS,
classifiers=CLASSIFIERS,
setup_requires=["trubar>=0.3.3"],
install_requires=[
"AnyQt",
"ndf >=0.1.4",
Expand Down

0 comments on commit 329bd33

Please sign in to comment.