Skip to content

Commit

Permalink
🔧 Updates pyproject.toml file
Browse files Browse the repository at this point in the history
Removes commands related to the setuptools_scm package.
  • Loading branch information
rickstaa committed Dec 4, 2020
1 parent 3fca29c commit c1ba089
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
# These are the assumed default build requirements from pip:
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "simzoo/version.py"
build-backend = "setuptools.build_meta"

0 comments on commit c1ba089

Please sign in to comment.