Mercurial > evolve
changeset 6842:ee200d1337a7
tests: drop the warning about missing README{,.txt} in sdist
I don't think there's any modern packaging solution that is still unaware that
our README.rst is a valid README file.
According to my 5-minute annotate dive, both setuptools and distutils have
added .rst as a valid extension for README files at least 7 years ago.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 09 Sep 2024 17:55:17 +0400 |
parents | 83a8122cfd8c |
children | c34f6f00a427 |
files | tests/test-check-sdist.t |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-sdist.t Mon Sep 09 17:28:07 2024 +0400 +++ b/tests/test-check-sdist.t Mon Sep 09 17:55:17 2024 +0400 @@ -19,8 +19,6 @@ $ "$PYTHON" setup.py sdist --dist-dir "$TESTTMP"/dist > /dev/null */dist.py:*: UserWarning: Unknown distribution option: 'python_requires' (glob) warnings.warn(msg) - warning: sdist: standard file not found: should have one of README, README.txt (?) - (?) warning: no previously-included files found matching 'docs/tutorial/.netlify' warning: no previously-included files found matching '.gitlab-ci.yml' warning: no previously-included files found matching '.hg-format-source'