We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb2f8d commit cc6bd5dCopy full SHA for cc6bd5d
setup.py
@@ -37,7 +37,7 @@
37
keywords=project['keywords'],
38
author=project['authors'][0]['name'],
39
author_email=project['authors'][0]['email'],
40
- maintainer=", ".join([maintainer["name"] for maintainer in project['maintainers']]),
+ maintainer=', '.join([maintainer['name'] for maintainer in project['maintainers']]),
41
url=project['urls']['Homepage'],
42
package_data={'appium': ['py.typed']},
43
packages=find_packages(include=['appium*']),
0 commit comments