diff --git a/pyproject.toml b/pyproject.toml index ddeddf0..fd0d551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.11" description = "Python SDK for Tusk Drift instrumentation and replay" readme = "README.md" requires-python = ">=3.9" -license = {text = "MIT"} +license = {text = "Apache-2.0"} authors = [ {name = "Tusk", email = "support@usetusk.ai"} ] @@ -16,7 +16,7 @@ keywords = ["tusk", "drift", "testing", "instrumentation", "tracing", "replay"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",