[11:33:00] <nlh> but the main problem is that PyPI is the Python *package* index...
[11:33:09] <nlh> so that's already an inconsistency
[11:33:28] <dstufft> FWIW, I generally try to use PEP 426 definitions for stuff on PyPI -> https://www.python.org/dev/peps/pep-0426/#supporting-definitions except where I hate it (which is a real useful guide line D: )
[11:33:59] <dstufft> mostly that means s/distributions/files/ and /index servers/repositories/
[11:34:34] <nlh> the problem is that PyPUG uses "packages" extensively
[11:34:55] <nlh> so there is going to be a disconnect between PyPI and PyPUG
[11:35:21] <nlh> which is a problem because I'm trying to link more to PyPUG to provide better help points
[11:35:22] <dstufft> I hate the name "PyPI" because of the "Package" in it, because of the "Index" in it (PyPI hasn't been primarily an index in YEARS) and because of the fact it rhymes with PyPy
[11:42:17] <dstufft> My suggestion would be to back out the PR, at least for now, and try to get some agreement with packaging.p.o what we're going to call things.
[11:45:14] <nlh> so do we open an issue on Warehouse, or do we need to raise this issue somewhere else?
[11:47:17] <dstufft> I would open an issue on Warehouse so we don't forget about it, then either a discussion on distutils-sig or an issue on pypug
[13:59:31] <dstufft> nlh: Ok, I investigated this a bit further-- https://github.com/pypa/warehouse/issues/1252
[13:59:55] <nlh> dstufft: thanks! I'll have a read after work :)
[15:36:24] <robhudson> does setuptools.setup allow a list for the `keywords` arg? Or is it assumed a string? Hard to find docs on it.
[15:41:28] <dstufft> robhudson: If it accepts a list, it's going to coerce it into a string
[22:45:34] <robhudson> dstufft: are there milestones? If I wanted to contribute on a regular basis is there something I can track that shows me important things?
[23:01:08] <dstufft> robhudson: https://github.com/pypa/warehouse/issues?milestone=1 is the most important one right now