Cleanup refs to deleted files/dirs. (#68480)

* Remove deleted contrib dir from MANIFEST.in

* Update package-data sanity test.

Remove deleted files and directories.

* Remove aws_config dirs.
This commit is contained in:
Matt Clay 2020-03-25 19:10:27 -07:00 committed by GitHub
parent 0bf7a08eb6
commit 206896e9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -32,7 +32,5 @@ recursive-include test/units *
include Makefile
include MANIFEST.in
include changelogs/CHANGELOG*.rst
include contrib/README.md
recursive-include contrib/inventory *.py *.ini *.yml *.yaml
recursive-include hacking/build_library *.py
include hacking/build-ansible.py

View File

@ -24,8 +24,6 @@ def assemble_files_to_ship(complete_file_list):
'.github/*',
'.github/*/*',
'changelogs/fragments/*',
'hacking/aws_config/*',
'hacking/aws_config/*/*',
'hacking/shippable/*',
'hacking/tests/*',
'hacking/ticket_stubs/*',
@ -35,10 +33,6 @@ def assemble_files_to_ship(complete_file_list):
'test/utils/*/*',
'test/utils/*/*/*',
'.git*',
# Consciously left out
'examples/playbooks/*',
# Possibly should be included
'contrib/vault/*',
)
ignore_files = frozenset((
# Developer-only tools
@ -70,7 +64,6 @@ def assemble_files_to_ship(complete_file_list):
'hacking/env-setup.fish',
'CODING_GUIDELINES.md',
'MANIFEST',
'MODULE_GUIDELINES.md',
))
# These files are generated and then intentionally added to the sdist