Skip to content

Commit ce7a021

Browse files
authored
chore: update pyproject.toml license (#40)
1 parent fb57353 commit ce7a021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ version = "0.1.11"
88
description = "Python SDK for Tusk Drift instrumentation and replay"
99
readme = "README.md"
1010
requires-python = ">=3.9"
11-
license = {text = "MIT"}
11+
license = {text = "Apache-2.0"}
1212
authors = [
1313
{name = "Tusk", email = "support@usetusk.ai"}
1414
]
1515
keywords = ["tusk", "drift", "testing", "instrumentation", "tracing", "replay"]
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",
1818
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
19+
"License :: OSI Approved :: Apache Software License",
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)