| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
pysetup create used to convert package_data from an existing setup.py
into extra_files, but these files are only present in sdists, not
installed: they don?t have the same use case at all, so converting one
into the other did not work.
|
| | |
|
| |
|
|
| |
In addition, update the create module to use logging.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Use os.makedirs (I had forgotten about it!)
- Let TempdirManager.write_file call os.path.join for us
- Let TempdirManager.tearDown go back to the previous working directory
for us
- Use a skip instead of hiding a method with an underscore
- Reset the finalized attribute of command objects before calling
ensure_finalized a second time, so that it?s not a no-op
- Address pyflakes warnings
|
| | |
|
| | |
|
| | |
|
| |
|