Skip to content

Commit 6793087

Browse files
committed
fix: Remove markdown files from python package
1 parent 43a4538 commit 6793087

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [Unreleased]
9+
### Fixed
10+
* Removed `CHANGELOG.md` and `SECURITY.md` from the python package. The `LICENSE` file is no longer installed, but still included in package tarball and wheel files.
11+
* Thanks to [TurtleWilly](https://github.com/TurtleWilly) for the report in [#66](https://github.com/DeepLcom/deepl-python/issues/66).
12+
13+
814
## [1.14.0] - 2023-02-21
915
### Added
1016
* Add [example](examples/json) to translate JSON inputs.
@@ -244,6 +250,7 @@ Version increased to avoid conflicts with old packages on PyPI.
244250
Initial version.
245251

246252

253+
[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.14.0...HEAD
247254
[1.14.0]: https://github.com/DeepLcom/deepl-python/compare/v1.13.0...v1.14.0
248255
[1.13.0]: https://github.com/DeepLcom/deepl-python/compare/v1.12.0...v1.13.0
249256
[1.12.0]: https://github.com/DeepLcom/deepl-python/compare/v1.11.0...v1.12.0

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
]
24-
include = ["CHANGELOG.md", "LICENSE", "SECURITY.md"]
2524

2625
[tool.poetry.urls]
2726
"Bug Tracker" = "https://github.com/DeepLcom/deepl-python/issues"

0 commit comments

Comments
 (0)