Move version string into __init__
This commit is contained in:
parent
4fea49edef
commit
4498990545
@ -32,3 +32,5 @@ from .pattern import Pattern
|
|||||||
|
|
||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
|
version = '0.3'
|
||||||
|
3
setup.py
3
setup.py
@ -1,9 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
import masque
|
||||||
|
|
||||||
setup(name='masque',
|
setup(name='masque',
|
||||||
version='0.3',
|
version=masque.version,
|
||||||
description='Lithography mask library',
|
description='Lithography mask library',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user