Skip to content

Commit 6425ffc

Browse files
mitya57waylan
authored andcommitted
MANIFEST.in: Include scripts/*.py in the generated source tarball
These scripts are needed for building the documentation.
1 parent 08dacae commit 6425ffc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ include MANIFEST
99
include *-requirements.txt
1010
include mkdocs.yml
1111
include tox.ini
12+
include scripts/*.py

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See the [Contributing Guide](contributing.md) for details.
1010

11+
## [unreleased]
12+
13+
### Fixed
14+
15+
* Include `scripts/*.py` in the generated source tarballs (#1430).
16+
1117
## [3.5.2] -- 2024-01-10
1218

1319
### Fixed

0 commit comments

Comments
 (0)