python - Setuptools include script in source package -


i'm using setuptool make python packages, , want scripts included in source packages generated i.e. ez_setup.py install setuptools if not installed.

i can find how include files in distribution, don't want files want include required running setup.py python install/build package.

how can set them included in source packages, , not installed on users system.

i found solution, problem lot of documentation poorly worded manifest applies source packages, hence files listed in manifest.in added manifest, , included in source package.

see https://docs.python.org/2/distutils/sourcedist.html, setup tools fork of distutils.

p.s. don't worry of setup tools documentation makes sound adds files egg manifest doesn't, source distribution affected.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

ios - Change Storyboard View using Seague -

verilog - Systemverilog dynamic casting issues -