summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-12-10 20:38:47 +0100
committerChristoph Reiter <creiter@src.gnome.org>2017-12-11 15:40:08 +0100
commitdfab41d0b66a15c8cf8229f7522160ec6b08a2b8 (patch)
tree7440200db14a4d3dc424842caa804a65366decf5 /MANIFEST.in
parent307e64982fdfcc9b505d867c0628e1e0a189cd67 (diff)
downloadgobject-introspection-dfab41d0b66a15c8cf8229f7522160ec6b08a2b8.tar.gz
Add sphinx based documentation
Takes the documentation developed at https://github.com/pygobject/pygobject-docs and puts into /docs See https://pygobject.readthedocs.io for how it looks Now that we move to gitlab we can use webhooks to trigger builds on readthedocs from gitlab directly and we should also have a nicer contribution UX. This also gets rid of most of README/HACKING/INSTALL and moves most of the information into the documentation. The README is kept short and only makes clear what pygobject is and points to the online docs as that should answer all questions. setup.py now sets the content of README.rst as long_descriptions, as that is the content shown on PyPI. This makes the page on PyPI look the same as on gitlab. https://bugzilla.gnome.org/show_bug.cgi?id=791448
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b9f067e9..72a28137 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,9 +2,7 @@ include *.am
include autogen.sh
include configure.ac
include COPYING
-include HACKING
include *.in
-include INSTALL
include m4/introspection.m4
include m4/python.m4
include NEWS
@@ -15,3 +13,4 @@ recursive-include examples *.py *.am *.png *.css *.ui *.gif *.gresource *.jpg *.
recursive-include gi *.am *.h
recursive-include pygtkcompat *.am
recursive-include tests *.py *.c *.h *.xml *.supp *nouppera *.am
+recursive-include docs *.rst *.svg LICENSE *.ico *.png *.css *.py *.dia Makefile