Update metadata

This commit is contained in:
2023-03-08 01:07:06 +01:00
parent 345af49efa
commit ab463bdc37
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# dyn2py
Extract python nodes from Dynamo graphs
Extract python code from Dynamo graphs
Use cases:

View File

@@ -4,12 +4,17 @@ version = "0.1.0"
description = "Extract python code from Dynamo graphs"
readme = "README.md"
requires-python = ">=3.7"
license = { file = "COPYING" }
keywords = ["dynamo", "dyn", "visual programming"]
license = { file = "LICENSE" }
authors = [{ name = "infeeeee", email = "gyetpet@mailbox.org" }]
maintainers = [{ name = "infeeeee", email = "gyetpet@mailbox.org" }]
classifiers = []
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
]
dependencies = ["importlib_metadata", "pathvalidate", "simplejson"]