Skip to content

Commit 8d27d3f

Browse files
committed
Do not use multiple readme files (Poetry issue python-poetry/poetry#6633) 👜
1 parent 1ffac9e commit 8d27d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
"Topic :: Software Development :: Libraries :: Python Modules",
4444
"Environment :: Web Environment",
4545
]
46-
readme = ['README.md', 'CHANGELOG.md']
46+
readme = 'README.md'
4747

4848
[tool.poetry.urls]
4949
Repository = "https://github.com/Sibyx/django_api_forms"

0 commit comments

Comments
 (0)