✔ Preserve the original meta

This commit is contained in:
thec0sm0s
2020-10-01 01:03:39 +05:30
parent 21b8906f5f
commit a40c21afba
4 changed files with 8 additions and 8 deletions

View File

@@ -20,8 +20,8 @@ sys.path.append('../quart_discord/')
# -- Project information -----------------------------------------------------
project = 'Quart-Discord'
copyright = '2020, □ | The Cosmos'
author = '□ | The Cosmos'
copyright = '2020, Philip Dowie'
author = 'Philip Dowie'
with open('../quart_discord/__init__.py') as f:
ver = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)

View File

@@ -32,12 +32,12 @@ Installing
You can install Quart-Discord directly from PyPI using PIP and following command
in shell or command prompt: ::
python3 -m pip install -U https://github.com/thec0sm0s/Flask-Discord.git@quart
python3 -m pip install -U Quart-Discord
You can also install the latest development version (**maybe unstable/broken**) by
using following command: ::
python3 -m pip install -U https://github.com/thec0sm0s/Flask-Discord.git@quart
python3 -m pip install -U git+https://github.com/jnawk/Quart-Discord.git
Basic Usage