Skip to content

Commit

Permalink
Minor and cosmetic improvements for PyPI (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored Apr 4, 2022
1 parent 6f9ead5 commit 68cfca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- Running schedules can easily be terminated
### Execution flow diagram

![process_flow](docs/execution_flow.png)
![process_flow](https://github.com/transferwise/cicada/blob/master/docs/execution_flow.png?raw=True)

## Setup Central Database

Expand All @@ -40,7 +40,7 @@ Verified on **PostgreSQL** versions *9.6* to *12.9*

### Database ERD

![erd](docs/erd.png)
![erd](https://github.com/transferwise/cicada/blob/master/docs/erd.png?raw=True)

## Setup Node

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

setup(
name="cicada",
version="0.3.1",
version="0.3.2",
description="Lightweight, agent-based, distributed scheduler",
long_description=long_description,
long_description_content_type="text/markdown",
author="Wise",
url="https://github.com/transferwise/cicada",
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3 :: Only",
],
install_requires=[
Expand Down

0 comments on commit 68cfca2

Please sign in to comment.