wbolster / black-macchiato

paints part of your python code black

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include readme in long_description metadata

wbolster opened this issue · comments

...so that it shows up on pypi

commented

You can move the contents of your setup.py script to setup.cfg and you’ll be able to use shortcuts to get version from file and to use a file as long description (with proper reST / markdown detection for PyPI)
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files

ah good idea, thanks. that sounds like the best approach indeed.

unfortunately i am very lazy. but i do take pull requests 😉

commented

Even from people who enjoy latte?

this whole project is about making compromises