diff --git a/.components.yaml b/.components.yaml new file mode 100644 index 0000000..43f14e7 --- /dev/null +++ b/.components.yaml @@ -0,0 +1,8 @@ +# Components +# WF 2023-12-17 +components: +- name: diagrams.py + source: /dgs/diagrams.py + issue: 2 + demo_url: http://diagrams2.bitplan.com/ + demo_image_url: https://github.com/BITPlan/diagrams/assets/1336221/153abb9f-c3fc-48b7-ac19-37d7509df73c diff --git a/dgs/__init__.py b/dgs/__init__.py index d82ddf9..b81b158 100644 --- a/dgs/__init__.py +++ b/dgs/__init__.py @@ -1 +1 @@ -__version__="0.1.0" \ No newline at end of file +__version__="0.1.1" diff --git a/pyproject.toml b/pyproject.toml index f7b44d8..1adb806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ build-backend = "hatchling.build" [project] name = "online-diagrams" +description = "nicegui based online diagrams rendering tool for e.g. plantuml and graphviz" +keywords = ["nicegui", "plantuml", "graphviz"] authors = [ {name = "Wolfgang Fahl", email = "wf@bitplan.com"} ] @@ -35,7 +37,7 @@ classifiers=[ "Intended Audience :: Education", "License :: OSI Approved :: Apache Software License" ] -dynamic = ["version", "description"] +dynamic = ["version"] [tool.hatch.version] path = "dgs/__init__.py"