Skip to content

Commit 9af9719

Browse files
committed
Update README and publishing
1 parent 0689fab commit 9af9719

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# quickchart-python
2+
[![Build Status](https://travis-ci.com/typpo/quickchart-python.svg?branch=master)](https://travis-ci.com/typpo/quickchart-python)
23

34
A Python client for the [quickchart.io](https://quickchart.io/) image charts web service.
45

56
# Installation
67

7-
Use the `quickchart.py` library in this project, or install through pip:
8+
Use the `quickchart.py` library in this project, or install through [pip](https://pypi.org/project/quickchart.io/):
89

910
```
10-
pip install quickchart
11+
pip install quickchart.io
1112
```
1213

1314
# Usage

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool.poetry]
2-
name = "quickchart"
2+
name = "quickchart.io"
33
version = "0.1.0"
44
description = "A client for quickchart.io, a service that generates static chart images"
55
authors = ["Ian Webster <ianw_pypi@ianww.com>"]
66
license = "MIT"
7+
packages = [
8+
{ include = "*.py" },
9+
]
710

811
[tool.poetry.dependencies]
912
python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"

0 commit comments

Comments
 (0)