[Distutils] How to exclude a directory from a module that has tests?

2015-11-13 Thread Nagy László Zsolt
Hello, My source distribution contains a single module. It is **not** a package. I have used this: setup(name='yubistorm', version=__version__, description='Asnychronous two factor authentication client for YubiCloud with Tornado', long_description="""Provides a simple module

Re: [Distutils] How to exclude a directory from a module that has tests?

2015-11-13 Thread Ionel Cristian Mărieș
On Fri, Nov 13, 2015 at 1:50 PM, Nagy László Zsolt wrote: > The problem is that there is a "test" directory and it is added to the > source distribution. I want to exclude that. I know that there is an > "exclude" parameter for find_packages(). But this is not a package. This is > a single module