mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Update metadata
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# dyn2py
|
# dyn2py
|
||||||
|
|
||||||
Extract python nodes from Dynamo graphs
|
Extract python code from Dynamo graphs
|
||||||
|
|
||||||
Use cases:
|
Use cases:
|
||||||
|
|
||||||
|
|||||||
@@ -4,12 +4,17 @@ version = "0.1.0"
|
|||||||
description = "Extract python code from Dynamo graphs"
|
description = "Extract python code from Dynamo graphs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
license = { file = "COPYING" }
|
keywords = ["dynamo", "dyn", "visual programming"]
|
||||||
|
license = { file = "LICENSE" }
|
||||||
|
|
||||||
|
|
||||||
authors = [{ name = "infeeeee", email = "gyetpet@mailbox.org" }]
|
authors = [{ name = "infeeeee", email = "gyetpet@mailbox.org" }]
|
||||||
maintainers = [{ 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"]
|
dependencies = ["importlib_metadata", "pathvalidate", "simplejson"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user