Skip to content

Commit 9835990

Browse files
authored
Update setup.py
1 parent 1be661b commit 9835990

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name='SeleniumDrivers',
55
packages=['SeleniumDrivers'], # this must be the same as the name above
6-
version='0.1',
6+
version='0.2',
77
description='A Python library or utility to download/update Selenium Driver files',
88
author='Naveenchandar',
99
author_email='naveen_sty@yahoo.in',
1010
# use the URL to the github repo
1111
url='https://github.com/navchandar/SeleniumDrivers',
12-
download_url='https://github.com/navchandar/SeleniumDrivers/archive/0.1.tar.gz',
12+
download_url='https://github.com/navchandar/SeleniumDrivers/archive/0.2.tar.gz',
1313
license='GPL3',
1414
keywords=['testing', 'selenium', 'driver', 'webdrivers', 'update', 'automation'], # arbitrary keywords
1515
classifiers=[
@@ -22,9 +22,4 @@
2222

2323
'Programming Language :: Python :: 3.5',
2424
'Programming Language :: Python :: 3.6'],
25-
include_package_data=True,
26-
zip_safe=True,
27-
install_requires=[
28-
'beautifulsoup4',
29-
'requests']
3025
)

0 commit comments

Comments
 (0)