Skip to content

Commit

Permalink
dsl: update tosca package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Oct 12, 2023
1 parent 7d9a172 commit 9538652
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tosca-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ requires-python = ">=3.7"
authors = [
{ name="Adam Souzis", email="[email protected]" },
]
description = "TOSCA as Python"
description = "A library for representing TOSCA (Topology and Orchestration Specification for Cloud Applications) in Python"
readme = "README.md"
license = "MIT"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"black",
"typing_extensions"
"typing_extensions>=4.7",
"RestrictedPython>=6.1"
]

[project.urls]
Homepage = https://www.unfurl.cloud
Documentation = https://github.com/onecommons/unfurl/blob/main/tosca-package/README.md
Repository = https://github.com/onecommons/unfurl/tree/main/tosca-package

0 comments on commit 9538652

Please sign in to comment.