diff options
author | Matt Clay <matt@mystile.com> | 2024-08-12 20:54:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 20:54:29 +0200 |
commit | 68515abf97dfc769c9aed2ba457ed7b8b2580a5c (patch) | |
tree | e91bc6b1ad56088840741e955a35e257056c51c8 /MANIFEST.in | |
parent | atomic_move - fix creating file in directory with setgid bit (#83718) (diff) | |
download | ansible-68515abf97dfc769c9aed2ba457ed7b8b2580a5c.tar.xz ansible-68515abf97dfc769c9aed2ba457ed7b8b2580a5c.zip |
Drop use of setup.py and setup.cfg (#81443)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cc03ebcbe9..fa609f52e9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ include COPYING -include bin/* include changelogs/CHANGELOG*.rst include changelogs/changelog.yaml include licenses/*.txt |