Lines Matching refs:MANIFEST
102 called :file:`MANIFEST.in` by default. The manifest template is just a list of
103 instructions for how to generate your manifest file, :file:`MANIFEST`, which is
110 :file:`MANIFEST`, you must specify everything: the default set of files
114 An existing generated :file:`MANIFEST` will be regenerated without
116 :file:`MANIFEST.in` or :file:`setup.py`.
119 :file:`MANIFEST` files start with a comment indicating they are generated.
123 :command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in`
136 * if the manifest file (:file:`MANIFEST` by default) exists and the first line
137 does not have a comment indicating it is generated from :file:`MANIFEST.in`,
141 generated, read :file:`MANIFEST.in` and create the manifest
143 * if neither :file:`MANIFEST` nor :file:`MANIFEST.in` exist, create a manifest
146 * use the list of files now in :file:`MANIFEST` (either just generated or read
162 The MANIFEST.in template
165 A :file:`MANIFEST.in` file can be added in a project to define the list of
168 When :command:`sdist` is run, it will look for the :file:`MANIFEST.in` file
169 and interpret it to generate the :file:`MANIFEST` file that contains the