Skip to content

Commit

Permalink
Prepare for PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chazkii committed Jul 21, 2017
1 parent d653d69 commit 22858c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[metadata]
description-file = README.md

[flake8]
exclude = chromewhip/protocol
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 22858c6

Please sign in to comment.