mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-01 21:58:17 +00:00
Ship CHANGELOG only in sdist (#610)
Otherwise, the file would be extracted in the main site-packages which is rather unexpected..
Uninstalling python-kasa-0.6.0.dev0:
Would remove:
/home/tpr/.virtualenvs/default/bin/kasa
/home/tpr/.virtualenvs/default/lib/python3.11/site-packages/CHANGELOG.md
/home/tpr/.virtualenvs/default/lib/python3.11/site-packages/kasa/*
/home/tpr/.virtualenvs/default/lib/python3.11/site-packages/python_kasa-0.6.0.dev0.dist-info/*
Proceed (Y/n)?
This commit is contained in:
@@ -9,7 +9,9 @@ readme = "README.md"
|
|||||||
packages = [
|
packages = [
|
||||||
{ include = "kasa" }
|
{ include = "kasa" }
|
||||||
]
|
]
|
||||||
include = ["CHANGELOG.md"]
|
include = [
|
||||||
|
{ path= "CHANGELOG.md", format = "sdist" }
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
"Bug Tracker" = "https://github.com/python-kasa/python-kasa/issues"
|
"Bug Tracker" = "https://github.com/python-kasa/python-kasa/issues"
|
||||||
|
|||||||
Reference in New Issue
Block a user