diff --git a/MANIFEST.in b/MANIFEST.in index 353cf0f5..f95e25e5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,4 @@ include MANIFEST include *-requirements.txt include mkdocs.yml include tox.ini +include scripts/*.py diff --git a/docs/changelog.md b/docs/changelog.md index fcddb4d3..66636067 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,12 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See the [Contributing Guide](contributing.md) for details. +## [unreleased] + +### Fixed + +* Include `scripts/*.py` in the generated source tarballs (#1430). + ## [3.5.2] -- 2024-01-10 ### Fixed