Switch from MIT to Apache 2.0 license

This commit is contained in:
2026-01-09 01:11:07 +00:00
parent ca03f5d579
commit 6c5584c6b4
3 changed files with 193 additions and 3 deletions

View File

@@ -4,14 +4,14 @@ version = "0.1.0"
description = "Production-grade rate limiting for FastAPI with multiple algorithms and backends"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
license = { text = "Apache-2.0" }
authors = [{ name = "zanewalker", email="bereckobrian@gmail.com" }]
keywords = ["fastapi", "rate-limit", "rate-limiting", "throttle", "api", "redis", "sqlite"]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: FastAPI",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",