We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dacae commit 6425ffcCopy full SHA for 6425ffc
MANIFEST.in
@@ -9,3 +9,4 @@ include MANIFEST
9
include *-requirements.txt
10
include mkdocs.yml
11
include tox.ini
12
+include scripts/*.py
docs/changelog.md
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
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]
+
13
+### Fixed
14
15
+* Include `scripts/*.py` in the generated source tarballs (#1430).
16
17
## [3.5.2] -- 2024-01-10
18
19
### Fixed
0 commit comments