Skip to content

Commit 240e516

Browse files
fix: add package-mode=false to root pyproject.toml for CI compatibility
Co-Authored-By: traci@launchdarkly.com <traci@launchdarkly.com>
1 parent 1f47222 commit 240e516

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Hello LaunchDarkly for Python AI"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8+
package-mode = false
89

910
# Each example is self-contained with its own pyproject.toml.
1011
# To run an example, cd into its directory under examples/ and run:

0 commit comments

Comments
 (0)