Skip to content

Commit fe13905

Browse files
committed
fix
1 parent 6a9655b commit fe13905

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,8 +8,8 @@ dynamic = ["version"]
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "[email protected]" }]
1010
maintainers = [{ name = "PostHog", email = "[email protected]" }]
11-
license = "MIT License"
12-
license-files = []
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1313
readme = "README.md"
1414
requires-python = ">=3.9"
1515
classifiers = [

0 commit comments

Comments
 (0)