Skip to content

Commit a676744

Browse files
authored
Merge pull request #165 from kokobhara/160-fix-setup-changelog-warning
fix setup.cfg to point to docs/changelog.rst
2 parents 04c1255 + 05615c5 commit a676744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author = Vital Kudzelka
66
keywords = pytest, flask, testing
77
author_email = [email protected]
88
url = https://github.com/pytest-dev/pytest-flask
9-
long_description = file: README.rst, CHANGELOG.rst, LICENSE
9+
long_description = file: README.rst, docs/changelog.rst, LICENSE
1010
description = A set of py.test fixtures to test Flask applications.
1111
project_urls =
1212
Source = https://github.com/pytest-dev/pytest-flask

0 commit comments

Comments
 (0)