Skip to content

Commit cf9e263

Browse files
committed
Add more metadata
1 parent ff256a2 commit cf9e263

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[tool.poetry]
22
name = "quickchart.io"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A client for quickchart.io, a service that generates static chart images"
55
keywords = ["chart api", "chart image", "charts"]
66
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"
711
license = "MIT"
812
packages = [
913
{ include = "quickchart" },

0 commit comments

Comments
 (0)