Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "stagehand-alpha"
version = "0.3.1"
description = "The official Python library for the stagehand API"
name = "stagehand"
version = "3.4.0"
description = "Python SDK for Stagehand"
dynamic = ["readme"]
license = "Apache-2.0"
license = "MIT"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: License metadata inconsistency: The license field was changed to "MIT", but the classifiers still include "License :: OSI Approved :: Apache Software License". This should be updated to "License :: OSI Approved :: MIT License" for consistency.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At pyproject.toml, line 6:

<comment>License metadata inconsistency: The `license` field was changed to "MIT", but the classifiers still include `"License :: OSI Approved :: Apache Software License"`. This should be updated to `"License :: OSI Approved :: MIT License"` for consistency.</comment>

<file context>
@@ -1,11 +1,11 @@
+description = "Python SDK for Stagehand"
 dynamic = ["readme"]
-license = "Apache-2.0"
+license = "MIT"
 authors = [
-{ name = "Stagehand", email = "" },
</file context>

authors = [
{ name = "Stagehand", email = "" },
{ name = "Browserbase", email = "[email protected]" },
]

dependencies = [
Expand Down
Loading