diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-18 17:37:57 +0300 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-18 17:37:57 +0300 |
commit | 02e4a54f68691ce0cd098ec1940b512275b363ac (patch) | |
tree | ba7f31d3fec91b69924a04acb8948b212ca05f75 | |
parent | Merge pull request #96 from tampakrap/setuppy (diff) | |
download | identity.gentoo.org-02e4a54f68691ce0cd098ec1940b512275b363ac.tar.gz identity.gentoo.org-02e4a54f68691ce0cd098ec1940b512275b363ac.tar.bz2 identity.gentoo.org-02e4a54f68691ce0cd098ec1940b512275b363ac.zip |
include docs in MANIFEST.in
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3b73b2a..f714e67 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,11 @@ +recursive-include docs/source *.py *.rst recursive-include okupy/static * recursive-include okupy/templates * recursive-include okupy/tests/fixtures *.json include manage.py include LICENSE include README.md +include docs/source/Makefile include okupy/settings/local.py.sample include okupy/settings/development.py.sample exclude okupy/settings/local.py |