pytest-dev / pytest-flask

A set of pytest fixtures to test Flask applications

Home Page:http://pytest-flask.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHANGELOG.rst cannot be found

HLFH opened this issue · comments

Describe the bug

/usr/lib/python3.10/site-packages/setuptools/config/expand.py:144: UserWarning: File '/home/hlfh/python-pytest-flask/src/pytest-flask-1.2.0/CHANGELOG.rst' cannot be found
  warnings.warn(f"File {path!r} cannot be found")

I wonder if the file https://github.com/pytest-dev/pytest-flask/blob/master/setup.cfg should replace:

long_description = file: README.rst, CHANGELOG.rst, LICENSE

by:

long_description = file: README.rst, docs/changelog.rst, LICENSE

This bug affects packaging for Arch Linux and other GNU/Linux distributions.