Skip to content

Commit

Permalink
Change backend to hatchling (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Perez <[email protected]>
  • Loading branch information
Tomperez98 and coactive-tomas authored Feb 9, 2024
1 parent 5e27d76 commit cab77c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "pyrgo"
version = "2.2.3"
version = "2.2.4"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
Expand Down

0 comments on commit cab77c7

Please sign in to comment.