Skip to content

Commit

Permalink
Update MANIFEST.in.
Browse files Browse the repository at this point in the history
Running "python setup.py sdist" will now exactly reproduce
the current git state.
  • Loading branch information
ockham committed Mar 6, 2013
1 parent 1ed1253 commit f46a8fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2013-03-06 Bernhard Reiter <[email protected]>

* Update MANIFEST.in.
Running "python setup.py sdist" will now exactly reproduce
the current git state.
* Add .project to .gitignore.
* Remove gourmet/.gitignore as omission of *.pyc files is recursively
covered by our root .gitignore
Expand Down
10 changes: 5 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include ChangeLog CHANGES FAQ gourmet.1 gourmet.desktop.in LICENSE MANIFEST.in README.md TODO TESTS setup.cfg setup.py setup_win.py test_tarball.sh
include ChangeLog CHANGES CODING FAQ build_rpms.py gourmet.1 gourmet.desktop.in LICENSE MANIFEST.in README.md TODO TESTS setup.cfg setup.py setup_win.py test_deb.sh test_tarball.sh
include bin/gourmet
recursive-include data *
recursive-include gourmet *.py *.ui *.mk *.mx2 *.mmf *.kreml *.db *.sh
recursive-include plugins *.gourmet-plugin.in *.gourmet-plugin
recursive-include po *.pot *.po *.mo *.py *.sh *.in
recursive-include gourmet *.py *.ui *.mk *.mx2 *.mmf *.kreml *.db *.sh *.html *.css *.js *.grmt guiprefs
recursive-include plugins *.gourmet-plugin.in
recursive-include po POTFILES.in *.pot *.po
recursive-include tools *.py
recursive-include ui *.ui
recursive-include windows *.pyw *.nsi *nsh
recursive-include windows *.pyw *.nsi *.nsh

0 comments on commit f46a8fe

Please sign in to comment.