Lines Matching full:sdist
7 As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command
10 python setup.py sdist
12 (assuming you haven't specified any :command:`sdist` options in the setup script
13 or config file), :command:`sdist` creates the archive of the default format for
20 python setup.py sdist --formats=gztar,zip
62 python setup.py sdist --owner=root --group=root
71 generate one), the :command:`sdist` command puts a minimal default set into the
105 :command:`sdist` command processes this template and generates a manifest based
115 :command:`sdist` comparing its modification time to the one of
123 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in`
134 The normal course of operations for the :command:`sdist` command is as follows:
156 python setup.py sdist --manifest-only
166 files to include in the distribution built by the :command:`sdist` command.
168 When :command:`sdist` is run, it will look for the :file:`MANIFEST.in` file
213 :command:`sdist` command builds the list of files to include in the Distutils