From 9538652d5d487f6a18940a1f9cdda67257d1995e Mon Sep 17 00:00:00 2001 From: Adam Souzis Date: Thu, 12 Oct 2023 08:05:53 -0700 Subject: [PATCH] dsl: update tosca package metadata --- tosca-package/pyproject.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tosca-package/pyproject.toml b/tosca-package/pyproject.toml index 451a96d6..ac5352d4 100644 --- a/tosca-package/pyproject.toml +++ b/tosca-package/pyproject.toml @@ -5,8 +5,9 @@ requires-python = ">=3.7" authors = [ { name="Adam Souzis", email="adam@onecommons.org" }, ] -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", @@ -14,5 +15,11 @@ classifiers = [ ] 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