flit icon indicating copy to clipboard operation
flit copied to clipboard

Allow specifying keywords as a list

Open takluyver opened this issue 6 years ago • 1 comments

The keywords field in the metadata is a space-separated list, and flit expects this format straight from the user.

It might be nice to allow writing this as a proper list in pyproject.toml. It doesn't allow spaces in keywords, because the metadata format is still space-separated, but it's natural to expect a list to work.

takluyver avatar Nov 18 '19 12:11 takluyver

But it might need to be a comma separated list after all: https://mail.python.org/archives/list/[email protected]/thread/LFTLGMIIB5PRG7NUUIGGGX4COGX53DMR/

takluyver avatar Nov 18 '19 13:11 takluyver