Преглед изворни кода

updated project description

Rodja Trappe пре 2 година
родитељ
комит
7deff0c433
2 измењених фајлова са 9 додато и 9 уклоњено
  1. 8 8
      CITATION.cff
  2. 1 1
      pyproject.toml

+ 8 - 8
CITATION.cff

@@ -1,14 +1,14 @@
 cff-version: 1.2.0
 message: If you use this software, please cite it as below.
 authors:
-- family-names: Schindler
-  given-names: Falko
-  orcid: https://orcid.org/0009-0003-5359-835X
-- family-names: Trappe
-  given-names: Rodja
-  orcid: https://orcid.org/0009-0009-4735-6227
-title: 'NiceGUI: Web-based interfaces with Python. The nice way.'
+  - family-names: Schindler
+    given-names: Falko
+    orcid: https://orcid.org/0009-0003-5359-835X
+  - family-names: Trappe
+    given-names: Rodja
+    orcid: https://orcid.org/0009-0009-4735-6227
+title: "NiceGUI: Web-based user interfaces with Python. The nice way."
 version: v1.2.13
-date-released: '2023-05-05'
+date-released: "2023-05-05"
 url: https://github.com/zauberzeug/nicegui
 doi: 10.5281/zenodo.7901074

+ 1 - 1
pyproject.toml

@@ -1,7 +1,7 @@
 [tool.poetry]
 name = "nicegui"
 version = "0.1.0"
-description = "Web User Interface with Buttons, Dialogs, Markdown, 3D Scences and Plots"
+description = "Create web-based user interfaces with Python. The nice way."
 authors = ["Zauberzeug GmbH <info@zauberzeug.com>"]
 license = "MIT"
 readme = "README.md"