use correct setup script
This commit is contained in:
parent
e6f51d721a
commit
f4a0313406
8
setup.py
8
setup.py
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name='masque',
|
setup(name='gridlock',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
description='Lithography mask library',
|
description='Coupled gridding library',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/masque',
|
url='https://mpxd.net/gogs/jan/gridlock',
|
||||||
packages=['masque'],
|
packages=['gridlock'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user