We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff256a2 commit cf9e263Copy full SHA for cf9e263
pyproject.toml
@@ -1,9 +1,13 @@
1
[tool.poetry]
2
name = "quickchart.io"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "A client for quickchart.io, a service that generates static chart images"
5
keywords = ["chart api", "chart image", "charts"]
6
authors = ["Ian Webster <ianw_pypi@ianww.com>"]
7
+maintainers = ["Ian Webster <ianw_pypi@ianww.com>"]
8
+homepage = "https://quickchart.io/"
9
+readme = "README.md"
10
+repository = "https://github.com/typpo/quickchart-python"
11
license = "MIT"
12
packages = [
13
{ include = "quickchart" },
0 commit comments