Skip to content

Commit c01e1f7

Browse files
committed
chore: bump version and add metadata
1 parent 5986d68 commit c01e1f7

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
[project]
22
name = "duron"
3-
version = "0.0.1"
4-
description = ""
3+
version = "0.0.2"
4+
description = "Durable async runtime for Python"
55
license = "Apache-2.0"
66
readme = "README.md"
77
requires-python = ">=3.10"
88
dependencies = [
99
"typing-extensions>=4.15.0",
1010
]
11+
classifiers = [
12+
"Development Status :: 3 - Alpha",
13+
"License :: OSI Approved :: Apache Software License",
14+
"Topic :: Software Development :: Libraries",
15+
"Intended Audience :: Developers",
16+
"Framework :: AsyncIO",
17+
"Operating System :: OS Independent",
18+
"Programming Language :: Python :: 3 :: Only",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
24+
]
25+
26+
[project.urls]
27+
Homepage = "https://brian14708.github.io/duron/"
28+
Source = "https://github.com/brian14708/duron"
1129

1230
[build-system]
1331
requires = ["uv_build>=0.8.19,<0.9.0"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)