diff --git a/pyproject.toml b/pyproject.toml index 8a1d56b..7115725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "taskiq-sqs" version = "0.0.11" description = "SQS Broker for TaskIQ" readme = "README.md" -licence = "MIT" -license = {file = "LICENSE"} +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",