[gi-docgen/wip/smcv/more-in-sdist] build: Include more files in setuptools sdist




commit f540663d719e19af42104140c4c71a55510a6af5
Author: Simon McVittie <smcv debian org>
Date:   Thu Apr 15 15:33:30 2021 +0100

    build: Include more files in setuptools sdist
    
    Signed-off-by: Simon McVittie <smcv debian org>
    Fixes: #77

 MANIFEST.in | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/MANIFEST.in b/MANIFEST.in
index 8cdb69c..1bb9513 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,5 +4,15 @@
 include pyproject.toml
 include README.md meson.build gi-docgen.pc.in
 include gi-docgen.py
+include .green
 include .flake8
+include .reuse/dep5
+include LICENSES/*.txt
+include docs/Makefile
+include docs/*.1
+include docs/*.css
+include docs/*.py
+recursive-include docs *.rst
+include examples/*.js
+include examples/*.toml
 recursive-include gidocgen/templates *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]