Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying keywords as a list #293

Open
takluyver opened this issue Nov 18, 2019 · 1 comment
Open

Allow specifying keywords as a list #293

takluyver opened this issue Nov 18, 2019 · 1 comment

Comments

@takluyver
Copy link
Member

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
Copy link
Member Author

But it might need to be a comma separated list after all: https://mail.python.org/archives/list/distutils-sig@python.org/thread/LFTLGMIIB5PRG7NUUIGGGX4COGX53DMR/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant