Browse Source

adding markdown as content type of the readme for pypi

master
manetta 4 years ago
parent
commit
9277cd22c5
  1. 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…
Cancel
Save