diff --git a/pyproject.toml b/pyproject.toml index 0e08d27c..84b6a0f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = 'setuptools.build_meta' name = 'beanquery' version = '0.3.0.dev0' description = 'Customizable lightweight SQL query tool' -license = { file = 'LICENSE' } +license = 'GPL-2.0-only' readme = 'README.rst' authors = [ { name = 'Martin Blais', email = 'blais@furius.ca' },