Skip to content

Commit

Permalink
Fixup build info/dependencies and make a new 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelambert committed Feb 9, 2023
1 parent b61e063 commit 404f679
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
[build-system]
requires = ["setuptools"]
requires = [
"setuptools >= 61.0.0",
]
build-backend = "setuptools.build_meta"

[project]
name = "anthropic"
version = "0.2.2"
description = "Library for accessing the anthropic API"
readme = "README.md"
requires-python = ">=3.8"
version = "0.2.1"
keywords = ["anthropic", "anthropicai"]
license = {text = "MIT"}
authors = [
{name = "Anthropic"}
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
dependencies = [
"requests",
'importlib-metadata; python_version<"3.8"',
]

[project.urls]
homepage = "https://github.com/anthropics/anthropic-sdk-python"
repository = "https://github.com/anthropics/anthropic-sdk-python.git"
#documentation = "https://readthedocs.org"
#changelog = "https://github.com/anthropics/anthropic-sdk-python/"

[project.optional-dependencies]
dev = [
"black >= 22.3.0",
Expand Down

0 comments on commit 404f679

Please sign in to comment.