Skip to content

Commit

Permalink
link to docs fix for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Jun 21, 2020
1 parent c369884 commit 98519c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Install the package by doing one of the following commands:

# Documentation
---
See the full and detailed [docs here](docs.md)
See the full and detailed [docs here](https://github.com/Soheab/alexflipnote.py/blob/master/docs.md)

# Examples

#### Get a random cat pic:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setup(
name = 'alexflipnote.py',
version = '1.2.3',
version = '1.2.4',
packages = ['alexflipnote'],
url = 'https://github.com/Soheab/Alexflipnote.py',
download_url = 'https://github.com/Soheab/alexflipnote.py/archive/1.2.3.tar.gz',
download_url = 'https://github.com/Soheab/alexflipnote.py/archive/1.2.4.tar.gz',
license = 'MIT',
author = 'Soheab',
author_email = '',
Expand Down

0 comments on commit 98519c9

Please sign in to comment.