Skip to content

Commit a79cafb

Browse files
committed
bump to v0.0.2.post1
1 parent b08feb3 commit a79cafb

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

pyproject.toml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
[project]
22
name = "human-errors"
3-
version = "0.0.2"
4-
description = "Add your description here"
3+
version = "0.0.2.post1"
4+
description = "everyone makes mistakes, show the errors to them "
55
readme = "README.md"
6-
authors = [
7-
{ name = "NSPC911", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
7+
license = { text = "MIT" }
8+
authors = [{ name = "NSPC911" }]
9+
keywords = ["exception", "config", "json", "yaml", "toml"]
10+
classifiers = [
11+
"Development Status :: 4 - Beta",
12+
"License :: OSI Approved :: MIT License",
13+
"Programming Language :: Python :: 3.13",
14+
"Topic :: Utilities",
15+
"Topic :: File Formats",
16+
"Topic :: File Formats :: JSON",
17+
"Topic :: Text Processing"
18+
]
1019
dependencies = [
1120
"rich>=14.2.0",
1221
]
13-
license = "MIT"
22+
23+
[project.urls]
24+
Issues = "https://github.com/NSPC911/human-errors/issues"
25+
Source = "https://github.com/NSPC911/human-errors"
1426

1527
[build-system]
1628
requires = ["uv_build>=0.9.5,<0.10.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)