Skip to content

Commit

Permalink
Update pyproject.toml and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijannat committed Jul 20, 2024
1 parent 6b873bb commit d9773d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "basyx-python-sdk"
version = "1.0.0" # actual version
description = "The Eclipse BaSyx Python SDK, an implementation of the Asset Administration Shell for Industry 4.0 systems"
authors = [
{name = "The Eclipse BaSyx Authors", email = "h.jannatabadi@iat.rwth-aachen.de"} # actual authors
{name = "The Eclipse BaSyx Authors", email = "admins@iat.rwth-aachen.de"} # authors
]
readme = "README.md"
license = {file = "LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"basyx.aas.examples.data": ["TestFile.pdf"],
},

)
)

0 comments on commit d9773d6

Please sign in to comment.