Skip to content

Commit

Permalink
uploaded 0.0.1 to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed May 15, 2022
1 parent c26e3ec commit 7ccecc7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ https://www.transitchicago.com/developers/ttdocs/)
This API requires a key which can be easily received [here](https://www.transitchicago.com/developers/traintrackerapply/).
Follow the `.env.example` file for setting.

## Installation

This package is available on `pip`. Install with:

```bash
$ pip install python-cta
```

## Getting Started

```python
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description_file=README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
README = (HERE / "README.md").read_text()

setup(
name="cta",
name="python-cta",
version=__version__,
author="William Dean",
author_email="wd60622@gmail.com",
Expand Down

0 comments on commit 7ccecc7

Please sign in to comment.