From 28901d36f60b9c629f8096be58aa2d07e2727613 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 14 Jan 2024 00:46:55 +0300 Subject: [PATCH] MANIFEST.in: Include scripts/*.py in the generated source tarball These scripts are needed for building the documentation. --- MANIFEST.in | 1 + docs/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+) 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