Use README.md as long_description in setup.py
This commit is contained in:
parent
85e122622b
commit
ef8c5f9368
5
setup.py
5
setup.py
@ -2,9 +2,14 @@
|
|||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
with open('README.md', 'r') as f:
|
||||||
|
long_description = f.read()
|
||||||
|
|
||||||
setup(name='fatamorgana',
|
setup(name='fatamorgana',
|
||||||
version='0.2',
|
version='0.2',
|
||||||
description='OASIS layout format parser and writer',
|
description='OASIS layout format parser and writer',
|
||||||
|
long_description=long_description,
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/code/jan/fatamorgana',
|
url='https://mpxd.net/code/jan/fatamorgana',
|
||||||
|
Loading…
Reference in New Issue
Block a user