Browse Source

Remove unnecessary quotes from author strings

gempesaw 11 years ago
parent
commit
71b0442295
1 changed files with 4 additions and 4 deletions
  1. 4 4
      dist.ini

+ 4 - 4
dist.ini

@@ -1,9 +1,9 @@
 name = Selenium-Remote-Driver
 name = Selenium-Remote-Driver
 version = 0.18
 version = 0.18
-author = 'Aditya Ivaturi <ivaturi@gmail.com>'
-author = 'Daniel Gempesaw <gempesaw@gmail.com>'
-author = 'Luke Closs <cpan@5thplane.com>'
-author = 'Mark Stosberg <mark@stosberg.com>'
+author = Luke Closs <cpan@5thplane.com>
+author = Daniel Gempesaw <gempesaw@gmail.com>
+author = Aditya Ivaturi <ivaturi@gmail.com>
+author = Mark Stosberg <mark@stosberg.com>
 
 
 license = Apache_2_0
 license = Apache_2_0
 copyright_holder = Daniel Gempesaw
 copyright_holder = Daniel Gempesaw