# HG changeset patch # User Anton Shestakov # Date 1725890117 -14400 # Node ID 36d7bc8d2e8be00f562f3e41ed514ece4d42c5d2 # Parent 436dddbb3af5ca948fbd73b04656958e94c142df 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. diff -r 436dddbb3af5 -r 36d7bc8d2e8b tests/test-check-sdist.t --- a/tests/test-check-sdist.t Tue Oct 15 21:36:16 2024 +0400 +++ b/tests/test-check-sdist.t Mon Sep 09 17:55:17 2024 +0400 @@ -20,8 +20,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'