[02:36:18] <sumanah> packagers: please test out uploading to PyPI using an API token https://blog.python.org/2019/07/pypi-now-supports-uploading-via-api.html
[20:36:39] <seven-eleven> how can I add a hash to my setup.py that I can check against when installing the package?
[20:53:56] <seven-eleven> sumanah, i read the chapter before I asked here, it's not sufficient to solve my question
[20:57:21] <sumanah> I'm sorry for misunderstanding seven-eleven
[21:00:18] <sumanah> once some folks in other places wake up you may get an answer :)
[21:31:00] <seven-eleven> is this issue fixed by now? https://github.com/pypa/pip/issues/1035
[23:50:11] <tos9> seven-eleven: hashes, assuming you're talking about the same thing I think you are, are not a setuptools feature, they're a pip feature
[23:50:19] <tos9> seven-eleven: they go in requirements.txts, not setup.pys