Lines Matching full:sdist
9 As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command
12 python setup.py sdist
14 (assuming you haven't specified any :command:`sdist` options in the setup script
15 or config file), :command:`sdist` creates the archive of the default format for
22 python setup.py sdist --formats=gztar,zip
74 python setup.py sdist --owner=root --group=root
83 generate one), the :command:`sdist` command puts a minimal default set into the
118 :command:`sdist` command processes this template and generates a manifest based
128 :command:`sdist` comparing its modification time to the one of
136 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in`
161 section :ref:`sdist-cmd`.
182 :command:`sdist` command builds the list of files to include in the Distutils
221 The normal course of operations for the :command:`sdist` command is as follows:
243 python setup.py sdist --manifest-only