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',