fix readme for pypi publishing

Bug #1629407 reported by John Dickinson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyECLib
Fix Released
Low
Thiago da Silva

Bug Description

The info in the README isn't being published to pypi

From IRC:

10:10 fungi: the readme needs to be included in the metadata at upload
10:10 fungi: i'm familiar with how we configure that in setup.cfg, there's probably some analog in straight setup.py structures
10:11 fungi: in setup.cfg we set, e.g., metadata.description-file = README.rst
10:14 fungi: looks like that's semi-automated by pbr (sucking a file's contents into the description parameter), and the pypa example shows implementing it in setup.py like this: https://github.com/pypa/sampleproject/blob/master/setup.py#L16
10:14 fungi: tdasilva: notmyname: ^
10:15 fungi: basically extract the content from the readme file and then pass it as a string in the long_description parameter to setup()

Revision history for this message
Thiago da Silva (thiagodasilva) wrote :

maybe what we might "need to"/can do is rename the README.md to README.rst

Changed in pyeclib:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Thiago da Silva (thiagodasilva)
Revision history for this message
Tim Burke (1-tim-z) wrote :

I think we've probably done what we can for this -- at any rate, I don't see any link to an issue tracker at all any more on https://pypi.org/project/pyeclib/.

Changed in pyeclib:
status: Confirmed → Fix Released
Revision history for this message
Tim Burke (1-tim-z) wrote :

Bah -- I'd meant that to go on https://bugs.launchpad.net/pyeclib/+bug/1641074. This *also* seems resolved, however -- fixed as of 1.6.0, likely by https://opendev.org/openstack/pyeclib/commit/0e3afd3b946d8bf0fa8353c1ac18fed391cb20dc

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.