diff options
| author | CodeWithShreyans <[email protected]> | 2025-09-03 21:48:36 +0000 |
|---|---|---|
| committer | CodeWithShreyans <[email protected]> | 2025-09-03 21:48:36 +0000 |
| commit | 101f3817bd98381bbdaaee4b327146b247dcd7aa (patch) | |
| tree | 0d082f9ce00cfdd7a58bd8c7d389bab16acf9a5d /packages/openai-sdk-python/pyproject.toml | |
| parent | fix: remove the scripting for extension (#411) (diff) | |
| download | supermemory-101f3817bd98381bbdaaee4b327146b247dcd7aa.tar.xz supermemory-101f3817bd98381bbdaaee4b327146b247dcd7aa.zip | |
feat: openai python sdk (#409)
Diffstat (limited to 'packages/openai-sdk-python/pyproject.toml')
| -rw-r--r-- | packages/openai-sdk-python/pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/openai-sdk-python/pyproject.toml b/packages/openai-sdk-python/pyproject.toml index d674fec9..b78fa772 100644 --- a/packages/openai-sdk-python/pyproject.toml +++ b/packages/openai-sdk-python/pyproject.toml @@ -4,10 +4,11 @@ build-backend = "hatchling.build" [project] name = "supermemory-openai-sdk" -version = "1.0.0" +version = "1.0.1" description = "Memory tools for OpenAI function calling with supermemory" readme = "README.md" -license = { text = "MIT" } +license = "MIT" +license-files = ["LICENSE"] keywords = ["openai", "supermemory", "ai", "memory"] classifiers = [ "Development Status :: 3 - Alpha", @@ -40,11 +41,10 @@ dev = [ "python-dotenv>=1.0.1", ] - [project.urls] -Homepage = "https://github.com/supermemoryai/supermemory" +Homepage = "https://supermemory.ai" Repository = "https://github.com/supermemoryai/supermemory" -Documentation = "https://docs.supermemory.ai" +Documentation = "https://supermemory.ai/docs" [tool.hatch.build.targets.wheel] packages = ["src"] |