-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running "python setup.py sdist" will now exactly reproduce the current git state.
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|