From 0a3c884cd687f3a582d1ebf711cda987e7f02587 Mon Sep 17 00:00:00 2001 From: na-stewart Date: Sat, 22 Jun 2024 22:31:49 -0400 Subject: [PATCH] Build revision --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10312b5..d675ea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,7 @@ authors = [ ] readme = "README.md" keywords = ["security", "authentication", "authorization", "verification", "async", "sanic"] -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "Topic :: Security", - "License :: OSI Approved :: MIT License", - "Programming Language :: Python, -] +classifiers = ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Security", "License :: OSI Approved :: MIT License", "Programming Language :: Python"] [project.optional-dependencies] dev = ["httpx", "black", "blacken-docs", "pdoc3", "cryptography"]