>
> With source, we only need one, and (when properly configured) it serves 
> all python versions and OS combinations.


I forget to mention : 
You can configure your source (ie sdist) files with MANISEST.in and you'll 
get a nice tarball with all your MANIFEST.in glob parameters...
*But* when you'll run setup.py install or pip install, nothing will be 
installed if your "binary" (ie bdist) config is not set as well. That's 
bdist part is actually the one installation rely on.

So do what you want, ie sdist=bdist, you have two options :

1 - Make your configuration with MANIFEST.in + set 
include_package_data=True in setup(). Then don't care about packages, 
package_data &co

2 - Delete MANIFEST.in,  set include_package_data=False, and configure 
packages, package_data, exclude_pachage_data...

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to