Skip to content

Commit 7e4ebad

Browse files
author
constient-altrova
committed
🔄 synced local 'pyproject.toml' with remote 'pyproject.toml'
1 parent 7bbf203 commit 7e4ebad

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎pyproject.toml

+11-8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "logfire-python"
7-
version = "0.0.7"
8-
description = "Logfire.sh client library"
7+
version = "0.0.9"
8+
description = "Logfire.ai client library"
99
readme = "README.md"
10-
authors = [{ name = "Logfire", email = "support@logfire.sh" }]
10+
authors = [{ name = "Logfire", email = "support@logfire.ai" }]
1111
license = { file = "LICENSE" }
1212
classifiers = [
1313
"Intended Audience :: Developers",
@@ -27,13 +27,16 @@ classifiers = [
2727
"Topic :: Software Development :: Libraries :: Python Modules",
2828
]
2929
keywords = ["api", "logfire", "logging", "client"]
30-
dependencies = [
31-
"requests",
32-
"msgpack",
33-
]
30+
dependencies = ["requests", "msgpack"]
3431

3532
[project.optional-dependencies]
36-
dev = ["coverage>=3.7.1", "httpretty>=0.9.4", "nose>=1.3.7", "unittest2>=0.8.0", "mock>=1.0.1"]
33+
dev = [
34+
"coverage>=3.7.1",
35+
"httpretty>=0.9.4",
36+
"nose>=1.3.7",
37+
"unittest2>=0.8.0",
38+
"mock>=1.0.1",
39+
]
3740

3841
[project.urls]
3942
Homepage = "https://github.com/logfire-sh/logfire-python"

0 commit comments

Comments
 (0)