Skip to content
Snippets Groups Projects
Commit 7dd6a95a authored by Adam Fekete's avatar Adam Fekete
Browse files

fix indentation

parent c4441631
No related branches found
No related tags found
1 merge request!1Add setup script
...@@ -20,7 +20,7 @@ with io.open('metainfo.json', encoding='utf-8') as file: ...@@ -20,7 +20,7 @@ with io.open('metainfo.json', encoding='utf-8') as file:
metainfo = json.load(file) metainfo = json.load(file)
setup( setup(
name=pkg.__name__, name=pkg.__name__,
version=pkg.__version__, version=pkg.__version__,
author=', '.join(metainfo['authors']), author=', '.join(metainfo['authors']),
author_email=metainfo['email'], author_email=metainfo['email'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment