diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-18 15:24:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-18 15:24:21 -0500 |
commit | 5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e (patch) | |
tree | 65209bc739db35e31f1c9b5b868eb5df4fe12ae3 /MANIFEST.in | |
parent | 27fe903c511691c078942bef5ee9a05a43b15c8f (diff) | |
download | hypervideo-5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e.tar.lz hypervideo-5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e.tar.xz hypervideo-5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e.zip |
update from upstream
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 72879c5..e43cb87 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,9 @@ -include README.md -include LICENSE include AUTHORS -include ChangeLog -include hypervideo.bash-completion -include hypervideo.fish +include Changelog.md +include LICENSE +include README.md +include completions/*/* +include supportedsites.md include hypervideo.1 -recursive-include docs Makefile conf.py *.rst +recursive-include devscripts * recursive-include test * |