Skip to content

Commit

Permalink
Add setup.cfg, set package version to 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunesacar committed Sep 9, 2016
1 parent e6e3003 commit a017d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
name="tbselenium",
description="Tor Browser automation with Selenium.",
keywords=["tor", "selenium", "tor browser", "driver"],
version=1.0,
version=0.1,
packages=["tbselenium"],
install_requires=[
"selenium>=2.45.0,<3"
Expand Down

0 comments on commit a017d20

Please sign in to comment.