@@ -8,13 +8,14 @@ dynamic = ["version"]
88description = " Integrate PostHog into any python application."
99authors = [{
name =
" PostHog" ,
email =
" [email protected] " }]
1010maintainers = [{
name =
" PostHog" ,
email =
" [email protected] " }]
11- license = { text = " MIT License " }
11+ license = {text = " MIT" }
1212readme = " README.md"
1313requires-python = " >=3.9"
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
1616 " Intended Audience :: Developers" ,
1717 " Operating System :: OS Independent" ,
18+ " License :: OSI Approved :: MIT License" ,
1819 " Programming Language :: Python" ,
1920 " Programming Language :: Python :: 3.9" ,
2021 " Programming Language :: Python :: 3.10" ,
@@ -35,6 +36,8 @@ Homepage = "https://github.com/posthog/posthog-python"
3536Repository = " https://github.com/posthog/posthog-python"
3637
3738[project .optional-dependencies ]
39+ sentry = [" sentry-sdk" , " django" ]
40+ langchain = [" langchain>=0.2.0" ]
3841dev = [
3942 " django-stubs" ,
4043 " lxml" ,
@@ -67,8 +70,12 @@ test = [
6770 " pydantic" ,
6871 " parameterized>=0.8.1" ,
6972]
70- sentry = [" sentry-sdk" , " django" ]
71- langchain = [" langchain>=0.2.0" ]
73+ build = [
74+ " setuptools" ,
75+ " packaging" ,
76+ " wheel" ,
77+ " twine" ,
78+ ]
7279
7380[tool .setuptools ]
7481packages = [
@@ -83,8 +90,6 @@ packages = [
8390 " posthog.exception_integrations" ,
8491]
8592
86- license-files = []
87-
8893[tool .setuptools .dynamic ]
8994version = { attr = " posthog.version.VERSION" }
9095
0 commit comments