Skip to content

Commit d54c759

Browse files
authored
Add files via upload
1 parent 3c66506 commit d54c759

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
setup(
44
name='SeleniumDrivers',
55
packages=['SeleniumDrivers'], # this must be the same as the name above
6-
version='0.3',
7-
description='A Python library or utility to download/update Selenium Driver files',
6+
description='A Python utility to download/update Selenium Driver files',
7+
long_description='A Python utility to download/update Selenium Driver files',
8+
version='0.4',
89
author='Naveenchandar',
910
author_email='naveen_sty@yahoo.in',
1011
# use the URL to the github repo
1112
url='https://github.com/navchandar/SeleniumDrivers',
12-
download_url='https://github.com/navchandar/SeleniumDrivers/archive/0.3.tar.gz',
13-
license='GPL3',
13+
download_url='https://github.com/navchandar/SeleniumDrivers/archive/0.4.tar.gz',
14+
license='GNU General Public License v3 (GPLv3)',
1415
keywords=['testing', 'selenium', 'driver', 'webdrivers', 'update', 'automation'], # arbitrary keywords
1516
classifiers=[
1617
'Development Status :: 3 - Alpha',
@@ -25,5 +26,5 @@
2526
'Topic :: Education :: Testing',
2627
'Topic :: Software Development :: Quality Assurance',
2728
'Topic :: Software Development :: Testing',
28-
],
29+
]
2930
)

0 commit comments

Comments
 (0)