Skip to content

Commit

Permalink
Merge pull request #247 from markotoplak/move-setup-requires
Browse files Browse the repository at this point in the history
Save build requirements into pyproject.toml
  • Loading branch information
janezd authored Sep 20, 2024
2 parents ae36a0a + 329bd33 commit c1e8d91
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 c1e8d91

Please sign in to comment.