Skip to content

Commit

Permalink
slim down the PyPI distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 13, 2014
1 parent f2cb5e0 commit 56f0c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-06-13 Michael R. Crusoe <mcrusoe@msu.edu>

* MANIFEST.in: don't include docs/, data/, or examples/ in our PyPI
distribution. Saves 15MB.

2014-06-13 Titus Brown <t@Titus-MacBook-Air-2.local>

* doc/install.txt: updated virtuaenv command to use python2 explicitly,
Expand Down
5 changes: 0 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include ChangeLog ez_setup.py IDEAS Makefile README.rst setup.cfg
include versioneer.py MANIFEST.in CITATION CONTRIBUTING.md Doxyfile.in
include LICENSE TODO .ycm_extra_conf.py
graft examples
recursive-include lib *.hh *.cc [Mm]akefile* get_version.py
recursive-include third-party *.cc *.1 *.xsl README* sample* words* *.sh *.c
recursive-include third-party manual* [Mm]akefile* *.pl *.dsp CHANGES *.txt *.h
Expand All @@ -10,10 +9,6 @@ recursive-include third-party/bzip2 bzip.css entities.xml libbz2.def LICENSE
include third-party/zlib/zconf.h.in third-party/zlib/zlib.pc.in
exclude third-party/zlib/Makefile third-party/zlib/zconf.h
recursive-include scripts filter-abund.xml normalize-by-median.xml README.txt
graft doc
prune doc/doxygen
graft data
graft examples
graft tests
global-exclude *.orig
global-exclude *.pyc
Expand Down

0 comments on commit 56f0c8f

Please sign in to comment.