diff --git a/README.pypi b/README.pypi new file mode 100644 index 0000000..096f30b --- /dev/null +++ b/README.pypi @@ -0,0 +1,17 @@ + +# GoSlide Open Cloud API + +Python API to utilise the GoSlide Open Cloud and Local JSON API + +## Requirements + +- Python >= 3.5.2 + +## Usage + +See https://github.com/ualex73/goslide-api for examples + +## License + +Apache License 2.0 + diff --git a/setup.py b/setup.py index 2d69412..8ccb4b8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools -with open('README.md') as f: +with open('README.pypi') as f: LONG_DESCRIPTION = f.read() setuptools.setup(