Skip to content

Commit

Permalink
Properly generate package via "sdist"
Browse files Browse the repository at this point in the history
Include tests, configuration examples and other stuff we usually
include to the tarballs.

GitHub issue: OfflineIMAP/offlineimap#137
Signed-off-by: Eygene Ryabinkin <[email protected]>
  • Loading branch information
konvpalto committed Nov 26, 2014
1 parent e51ed80 commit 15e8e08
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ChangeLog
OfflineIMAP v6.5.6.1 (YYYY-MM-DD)
=================================

* Properly generate tarball from "sdist" command (GitHub #137)

* Expand environment variables in the following
configuration items:
- general.pythonfile;
Expand Down
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
global-exclude .gitignore .git *.bak *.orig *.rej
include setup.py
include COPYING
include Changelog*
include MAINTAINERS
include MANIFEST.in
include Makefile
include README.md
include offlineimap.conf*
include offlineimap.py
recursive-include offlineimap *.py
recursive-include bin *
recursive-include docs *
recursive-include test *

0 comments on commit 15e8e08

Please sign in to comment.