Archive:No py removal(draft)

From FedoraProject

Jump to: navigation, search

Make explicit that we want *.py, *.pyc, *.pyo, and *.egg-info files

Remove the section Packaging:Python#Including pyos

Remove this line from the egginfo section: "Must: If egg-info files are generated by the module's build scripts they must be included in the package."

Both of those will be merged into this new section after Packaging:Python#Macros:

Files to include

When installing python modules we include several different types of files.

Source files

Source files (*.py) must be included in the same packages as the byte-compiled versions of them.