Skip to content

Commit

Permalink
Split README.md into 2 parts, because Pypi formatting is just horrorible
Browse files Browse the repository at this point in the history
  • Loading branch information
ualex73 committed Sep 16, 2020
1 parent 09c1495 commit 8f1eef4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.pypi
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import setuptools

with open('README.md') as f:
with open('README.pypi') as f:
LONG_DESCRIPTION = f.read()

setuptools.setup(
Expand Down

0 comments on commit 8f1eef4

Please sign in to comment.