Closed henrich closed 6 years ago
Very sorry for my late response (because newborn babies occupied my spare time)
I think setup.py release sdist bdist_wheel
is reproducible procedure.
release
is a alias command of egg_info -Db ''
and it has been defined in setup.cfg.
How about this?
Now I close this issue. However if you still have the problem, please feel free to reopen. Thanks.
We Debian now try to make package build reproducible. See Reproducible Builds https://reproducible-builds.org and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881258
Could you consider to accept this change to make it happen, please?