From 22858c653b5d949e28571109559ecc329b2df3f9 Mon Sep 17 00:00:00 2001 From: Charlie Smith Date: Fri, 21 Jul 2017 16:20:41 +1200 Subject: [PATCH] Prepare for PyPI upload --- setup.cfg | 3 +++ setup.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 49b0b01..1b3261c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ +[metadata] +description-file = README.md + [flake8] exclude = chromewhip/protocol \ No newline at end of file diff --git a/setup.py b/setup.py index 543b672..701f2af 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,9 @@ setup( name='chromewhip', - version='0.0.1', + version='v0.1.0-alpha', - description='', + description='asyncio driver + HTTP server for Chrome devtools protocol', # The project's main homepage. url='https://github.com/chuckus/chromewhip',