Skip to content
Snippets Groups Projects
Commit ae0509f7 authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Modify setup name

parent be5d8451
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ with open('metainfo.json') as file: ...@@ -5,7 +5,7 @@ with open('metainfo.json') as file:
metainfo = json.load(file) metainfo = json.load(file)
setup( setup(
name='{ARISE}', name='ARISE',
version='1.0', version='1.0',
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