Skip to content

Commit

Permalink
sdk/pyproject.toml: fix error when trying to install pyproject via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
somsonson committed Sep 2, 2024
1 parent 8d94dba commit d28e29e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "basyx-python-framework"
name = "basyx"
version = "0.1"
dependencies = ["aas-core3.0"]
requires-python = ">=3.8, <=3.12"
requires-python = ">=3.8, <=3.13"
authors = [
{name = "The Eclipse BaSyx Authors"}
]
Expand Down

0 comments on commit d28e29e

Please sign in to comment.