Include changelogs/changelog.yaml in distribution. (#70260)

This commit is contained in:
Felix Fontein 2020-06-24 18:38:20 +02:00 committed by GitHub
parent 262f93e22c
commit ebd20ddca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -32,5 +32,6 @@ recursive-include test/units *
include Makefile
include MANIFEST.in
include changelogs/CHANGELOG*.rst
include changelogs/changelog.yaml
recursive-include hacking/build_library *.py
include hacking/build-ansible.py

View File

@ -0,0 +1,2 @@
bugfixes:
- "The machine-readable changelog ``changelogs/changelog.yaml`` is now contained in the release."

View File

@ -37,7 +37,6 @@ def assemble_files_to_ship(complete_file_list):
ignore_files = frozenset((
# Developer-only tools
'changelogs/config.yaml',
'changelogs/changelog.yaml',
'hacking/README.md',
'hacking/ansible-profile',
'hacking/cgroup_perf_recap_graph.py',