forked from jan/fatamorgana
add missing comma
This commit is contained in:
parent
7451782949
commit
3fbb7297f6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='fatamorgana',
|
setup(name='fatamorgana',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
description='OASIS layout format parser and writer'
|
description='OASIS layout format parser and writer',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/fatamorgana',
|
url='https://mpxd.net/gogs/jan/fatamorgana',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue