mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +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:
parent
047a84b60a
commit
1bb930b096
@ -9,7 +9,9 @@ readme = "README.md"
|
||||
packages = [
|
||||
{ include = "kasa" }
|
||||
]
|
||||
include = ["CHANGELOG.md"]
|
||||
include = [
|
||||
{ path= "CHANGELOG.md", format = "sdist" }
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
"Bug Tracker" = "https://github.com/python-kasa/python-kasa/issues"
|
||||
|
Loading…
Reference in New Issue
Block a user