- OS version and name: Ubuntu 18.04.1 LTS
- Poetry version: 0.12.10
- Link of a Gist with the contents of your pyproject.toml file:
Issue
poetry build creates an sdist tarball. If you unpack that tarball, both the setup.py file and the PKG-INFO file have an mtime of 0. ctime and atime are set properly.
This is clearly visible if you do an ls -al in the unpacked tarball directory. Or you can do stat -c '%X %Y %Z' setup.py.
This should repro with any pyproject.toml but if it doesn't, happy to upload mine.
-vvvoption).Issue
poetry buildcreates ansdisttarball. If you unpack that tarball, both thesetup.pyfile and thePKG-INFOfile have anmtimeof 0.ctimeandatimeare set properly.This is clearly visible if you do an
ls -alin the unpacked tarball directory. Or you can dostat -c '%X %Y %Z' setup.py.This should repro with any
pyproject.tomlbut if it doesn't, happy to upload mine.