Skip to content

Commit e18d383

Browse files
committed
Fix pyproject.toml error
1 parent 73b75a0 commit e18d383

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
[project]
22
name = "simple-rtmw"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "RTMW simple rtmw inference"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
authors = [
88
{name = "Ajit Nath"}
99
]
10-
license = {text = "Apache-2.0"}
10+
license = "Apache-2.0"
1111
keywords = ["pose estimation", "onnx", "rtmpose", "yolox", "computer vision"]
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",
1414
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: Apache Software License",
1615
"Programming Language :: Python :: 3",
1716
"Programming Language :: Python :: 3.13",
1817
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1918
"Topic :: Software Development :: Libraries :: Python Modules",
2019
]
21-
22-
[project.urls]
23-
Homepage = "https://github.com/anath2/simple-rtmw"
24-
Repository = "https://github.com/anath2/simple-rtmw"
25-
"Bug Tracker" = "https://github.com/anath2/simple-rtmw/issues"
2620
dependencies = [
2721
"numpy>=2.3.2",
2822
"onnxruntime>=1.22.1",
@@ -31,6 +25,11 @@ dependencies = [
3125
"tqdm>=4.67.1",
3226
]
3327

28+
[project.urls]
29+
Homepage = "https://github.com/anath2/simple-rtmw"
30+
Repository = "https://github.com/anath2/simple-rtmw"
31+
"Bug Tracker" = "https://github.com/anath2/simple-rtmw/issues"
32+
3433
[dependency-groups]
3534
dev = [
3635
"debugpy>=1.8.16",

0 commit comments

Comments
 (0)