Fix install path for CHANGELOG.md (#258)

The file should not be installed directly in site-packages. Use the
correct include syntax to include them into the source distribution
package only.
This commit is contained in:
mhaehnel
2025-01-02 01:52:07 +01:00
committed by GitHub
parent ccd760a69f
commit 351bf66d71

View File

@@ -39,7 +39,10 @@ classifiers = [
'Topic :: System :: Distributed Computing',
'Topic :: Software Development :: Libraries :: Python Modules',
]
include = ['CHANGELOG.md']
include = [
{ path = "CHANGELOG.md", format = "sdist" },
]
[tool.poetry.plugins] # Optional super table