mirror of
https://github.com/jazzband/django-authority.git
synced 2026-04-29 03:04:44 +00:00
Added docs to source distribution and removed dev version tag for upcoming release
This commit is contained in:
parent
22a3fc9cb9
commit
cea086fc4e
3 changed files with 4 additions and 3 deletions
|
|
@ -20,7 +20,5 @@ downloads/*
|
|||
.installed.cfg
|
||||
bin/*
|
||||
develop-eggs/*.egg-link
|
||||
src/authority/_models/*
|
||||
src/example/example.db
|
||||
docs/build
|
||||
upload_docs.sh
|
||||
|
|
|
|||
|
|
@ -4,3 +4,6 @@ include buildout.cfg
|
|||
include buildout.py
|
||||
recursive-include src/authority/templates/authority *
|
||||
recursive-include src/authority/templates/admin *
|
||||
recursive-include docs *.txt *.html
|
||||
recursive-exclude docs/build *.txt
|
||||
prune docs/build/html/_sources
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[egg_info]
|
||||
tag_build = dev
|
||||
#tag_build = dev
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue