forked from jan/fatamorgana
Use version number from module in setup.py
This commit is contained in:
parent
5f685b601b
commit
3db93d18ed
3
setup.py
3
setup.py
@ -1,12 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
import fatamorgana
|
||||
|
||||
with open('README.md', 'r') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(name='fatamorgana',
|
||||
version='0.3',
|
||||
version=fatamorgana.version,
|
||||
description='OASIS layout format parser and writer',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
Loading…
Reference in New Issue
Block a user