diff --git a/README.rst b/README.rst index 8f71137..ddd7374 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,13 @@ ApiFlash.com Client The ApiFlash Client is a Python module for interacting with apiflash_. It requires Python 3.7+. +Installation +------------ + +In a Python virtual environment:: + + $ pip install apiflash-client + Example usage ------------- diff --git a/setup.py b/setup.py index 18f87e5..1623ab4 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ def readme(): return f.read() name = 'apiflash-client' -description = 'ApiFlash Client' -version = '0.1' +description = 'ApiFlash.com Client' +version = '0.2' author = 'Fictive Kin LLC' email = 'hello@fictivekin.com' classifiers = [