We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9123b11 commit 3cf04deCopy full SHA for 3cf04de
setup_analytics.py
@@ -8,6 +8,7 @@
8
9
# Don't import module here, since deps may not be installed
10
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "posthoganalytics"))
11
+from version import VERSION
12
13
long_description = """
14
PostHog is developer-friendly, self-hosted product analytics. posthog-python is the python package.
0 commit comments