[issue11913] sdist refuses README.rst

2017-04-24 Thread Berker Peksag

Berker Peksag added the comment:

PR 563 has been merged.

--
assignee: merwok -> 
components:  -Distutils2
nosy: +berker.peksag, dstufft
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed
type: behavior -> enhancement
versions: +Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11913] sdist refuses README.rst

2017-04-14 Thread STINNER Victor

STINNER Victor added the comment:


New changeset f9f87f0934ca570293ba7194bed3448a7f9bf39c by Victor Stinner (Ryan 
Gonzalez) in branch 'master':
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
https://github.com/python/cpython/commit/f9f87f0934ca570293ba7194bed3448a7f9bf39c


--
nosy: +haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11913] sdist refuses README.rst

2017-03-28 Thread Ryan Gonzalez

Ryan Gonzalez added the comment:

FWIW, I opened a PR for this: https://github.com/python/cpython/pull/563

--
nosy: +refi64

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11913] sdist refuses README.rst

2017-03-27 Thread Ryan Gonzalez

Changes by Ryan Gonzalez :


--
pull_requests: +754

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11913] sdist refuses README.rst

2017-03-27 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
resolution: wont fix -> 
stage: resolved -> needs patch
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11913] sdist refuses README.rst

2011-09-19 Thread Éric Araujo

Éric Araujo  added the comment:

> When I upload modules to PyPI, distutils is clucking about a missing
> README, even though PyPI accepts README.rst, and I am providing that.
PyPI doesn’t do anything with README, it displays the value of long_description.

> warning: sdist: standard file not found: should have one of README, README.txt
Is it a problem to name your reST file README.txt?


In packaging/distutils2, the recommended idiom looks like this (in setup.cfg):

[metadata]
description-file = README.whatever

sdist will include that file.  You can also write the description in the 
setup.cfg directly and have your README file included with the extra_files 
field.


This can’t be changed in distutils and works differently without warning in 
distutils2; closing.

--
assignee: tarek -> eric.araujo
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11913] sdist refuses README.rst

2011-08-29 Thread Éric Araujo

Éric Araujo  added the comment:

distribute is not a project of python-dev, please use their bug tracker.

For distutils, I explained why we can’t change it and proposed a doc change; 
nobody commented on that.

For distutils2, I’m waiting for a reply from Tarek to this question: why don’t 
we include README by default anymore?

--
components: +Distutils2
nosy: +alexis
title: sdist should allow for README.rst -> sdist refuses README.rst

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com