Skip to content

Commit

Permalink
adds components and sets up pypi descriptions and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Dec 17, 2023
1 parent 548b4d2 commit eac1635
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .components.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion dgs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="0.1.0"
__version__="0.1.1"
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit eac1635

Please sign in to comment.