mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Update workflows
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dyn2py"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "Extract python code from Dynamo graphs"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
@@ -11,7 +11,7 @@ license = { file = "LICENSE" }
|
||||
authors = [{ name = "infeeeee", email = "gyetpet@mailbox.org" }]
|
||||
maintainers = [{ name = "infeeeee", email = "gyetpet@mailbox.org" }]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
]
|
||||
@@ -23,7 +23,6 @@ build = ["pyinstaller"]
|
||||
doc = ["pdoc"]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/infeeeee/dyn2py"
|
||||
documentation = "https://infeeeee.github.io/dyn2py"
|
||||
repository = "https://github.com/infeeeee/dyn2py"
|
||||
changelog = "https://github.com/infeeeee/dyn2py/releases"
|
||||
|
||||
Reference in New Issue
Block a user