binaries in MANIFEST.in

1 view
Skip to first unread message

Joan Miller

unread,
Jan 19, 2010, 2:05:36 PM1/19/10
to The Hitchhiker's Guide to Packaging
Here [1] says that MANIFEST.in file should contain this line:
------
recursive-include towelstuff *.py
------

but, shouldn't be instead the next one?
------
recursive-include bin *.py
------
since that the python files in 'towelstuff' are got automatically when
been indicated the project directory.


[1] http://guide.python-distribute.org/basics_creating_distributing_dists.html

Tarek Ziadé

unread,
Jan 21, 2010, 4:26:22 AM1/21/10
to packagi...@googlegroups.com
On Tue, Jan 19, 2010 at 8:05 PM, Joan Miller <pelo...@gmail.com> wrote:
> Here [1] says that MANIFEST.in file should contain this line:
> ------
> recursive-include towelstuff *.py
> ------
>
> but, shouldn't be instead the next one?
> ------
> recursive-include bin *.py
> ------
> since that the python files in 'towelstuff' are got automatically when
> been indicated the project directory.

In fact both get automatically added. We had a discussion about this
line if you look at the archives.
(implicit vs explicit lising in MANIFEST.in)

from now on I'll remove this line, and I propose that we change this
section so the MANIFEST
template is not required at all

>
>
> [1] http://guide.python-distribute.org/basics_creating_distributing_dists.html
>

--
Tarek Ziadé | http://ziade.org

Reply all
Reply to author
Forward
0 new messages