Skip to content

Commit 9c1c71d

Browse files
author
Tatu Aalto
committed
Fixed author in setup.py
1 parent b481662 commit 9c1c71d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
version = VERSION,
2323
description = 'Web testing library for Robot Framework',
2424
long_description = DESCRIPTION,
25-
author = 'Ryan Tomac , Ed Manlove , Jeremy Johnson',
26-
author_email = '<[email protected]> , <[email protected]> , <jeremy@softworks.com.my>',
25+
author = 'Tatu Aalto',
26+
author_email = '<aalto.tatu@gmail.com>',
2727
url = 'https://github.com/robotframework/SeleniumLibrary',
2828
license = 'Apache License 2.0',
2929
keywords = 'robotframework testing testautomation selenium webdriver web',

0 commit comments

Comments
 (0)