Skip to content

Commit

Permalink
MANIFEST.in: Changed it around a bit to be more explicit and reliable.
Browse files Browse the repository at this point in the history
Removed the .kate-swp file that accidentally made it into the repo (in gateone/tests/chat).
Added *.kate-swp to .gitignore to ensure that doesn't happen again.
setup.cfg:  Changed the package release version from 2 to 1.
setup.cfg:  Changed doc_files to point to the HTML docs instead of just the README.rst.  So when building RPMs you should get the docs put in the right place (usually /usr/share/doc/gateone-<version>/)
  • Loading branch information
liftoff committed Sep 22, 2012
1 parent 711e02d commit cb5babb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
*.pyc
.DS_Store
*.kate-swp
.DS_Store
11 changes: 7 additions & 4 deletions MANIFEST.in
@@ -1,5 +1,8 @@
include *.txt
include *.cfg
include LICENSE.txt
include AGPLv3.txt
include babel_gateone.cfg
include *.rst
recursive-include scripts
recursive-exclude *.kate-swp
graft scripts
graft gateone
global-exclude *.kate-swp
global-exclude *.pyc
Binary file removed gateone/tests/chat/static/.chat.css.kate-swp
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,11 +1,11 @@
[bdist_rpm]
release = 2
release = 1
packager = Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
vendor = Liftoff Software
requires = python >= 2.6
provides = gateone
group = Applications/System
doc_files = README.rst
doc_files = gateone/docs/html

[install]
# This is necessary to prevent *.pyo files from messing up bdist_rpm:
Expand Down

0 comments on commit cb5babb

Please sign in to comment.