Skip to content

Commit

Permalink
Add CHANGES.md back into source distribution
Browse files Browse the repository at this point in the history
Thanks to @mgorny.
See #13: #13 (review)
  • Loading branch information
jgosmann committed Feb 23, 2023
1 parent cbb9571 commit e6b1ed7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] - unreleased
## [3.0.1] - 2023-02-23

### Fixed

- Add changelog (`CHANGES.md`) back into source distribution.


## [3.0.0] - 2023-02-22

### Changed

Expand Down Expand Up @@ -77,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of inithook for pylint to activate virtual env.

[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v3.0.0...HEAD
[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/jgosmann/pylint-venv/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/jgosmann/pylint-venv/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/jgosmann/pylint-venv/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/jgosmann/pylint-venv/compare/v2.1.0...v2.2.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ classifiers = [
]
description = "pylint-venv provides a Pylint init-hook to use the same Pylint installation with different virtual environments."
homepage = "https://github.com/jgosmann/pylint-venv/"
include = ["pylint_venv.py"]
include = ["pylint_venv.py", {path = "CHANGES.md", format = "sdist"}]
keywords = ["pylint", "virtualenv", "venv"]
license = "MIT"
maintainers = ["Jan Gosmann <[email protected]>"]
name = "pylint-venv"
readme = "README.rst"
repository = "https://github.com/jgosmann/pylint-venv/"
version = "3.0.0"
version = "3.0.1"

[tool.poetry.dependencies]
python = "^3.7.2"
Expand Down

0 comments on commit e6b1ed7

Please sign in to comment.