Closed katrinleinweber closed 6 years ago
Ok! I was doing this recently for another project.
Does this look better?
Just in case you are curious...
The trick I learned over here from @hugovk is to pull the markdown in as long_description
and set long_description_content_type="text/markdown"
.
Then it's necessary to use twine to do the upload to PyPI instead of python setup.py upload
.
% python setup.py sdist
% twine upload dist/*
https://pypi.org/project/pymarc/#description says:
The author of this package has not provided a project description
. Can this be prevented by displayingREADME.md
's content there? Or some of it? Maybe even in a PyPI-standard way?