adding markdown as content type of the readme for pypi
This commit is contained in:
parent
020e40c013
commit
9277cd22c5
7
setup.py
7
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='asciiWriter',
|
name='asciiWriter',
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
author='Gijs de Heij, Manetta Berends',
|
author='Gijs de Heij, Manetta Berends',
|
||||||
author_email='info@varia.zone',
|
author_email='info@varia.zone',
|
||||||
packages=['asciiWriter', 'asciiWriter.examples'],
|
packages=['asciiWriter', 'asciiWriter.examples'],
|
||||||
@ -18,7 +18,6 @@ setup(
|
|||||||
keywords=['plaintext', 'layout software', 'ascii art'],
|
keywords=['plaintext', 'layout software', 'ascii art'],
|
||||||
description='A python library to draw with ASCII (but with Unicode)',
|
description='A python library to draw with ASCII (but with Unicode)',
|
||||||
long_description=open('README.txt').read(),
|
long_description=open('README.txt').read(),
|
||||||
install_requires=[
|
long_description_content_type='text/markdown',
|
||||||
"pillow"
|
install_requires=[],
|
||||||
],
|
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user