Metadata-Version: 2.1
Name: python-ci
Version: 0.6
Summary: A Test python package
Home-page: https://github.com/blinkesto/python_ci
Author: Koy Dooley
Author-email: koydooley.job@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# python_ci

https://realpython.com/python-continuous-integration/

# CircleCI

# PyPi

## Build 



```bash
python setup.py bdist_wheel
```

```bash
python -m twine upload dist/python_ci-0.2-py3-none-any.whl
``` 



