Skip to content

Commit 7aea026

Browse files
committed
🚀Pip update
1 parent 099d692 commit 7aea026

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

pyproject.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pose-classification-kit"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "From pose estimation to pose classification - Creation of datasets & real-time visualization"
55
authors = ["ArthurFDLR <arthfind@gmail.com>"]
66
keywords = ["pose classification", "OpenPose", "pose estimation"]
@@ -9,7 +9,21 @@ license = "MIT"
99
homepage = "https://github.com/ArthurFDLR/pose-classification-kit"
1010
repository = "https://github.com/ArthurFDLR/pose-classification-kit"
1111
include = [
12-
"LICENSE",
12+
"LICENSE", "README.md"
13+
]
14+
classifiers = [
15+
"Development Status :: 5 - Production/Stable",
16+
"Environment :: X11 Applications :: Qt",
17+
"Intended Audience :: End Users/Desktop",
18+
"Intended Audience :: Science/Research",
19+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
20+
"Topic :: Scientific/Engineering :: Image Recognition",
21+
"License :: OSI Approved :: MIT License",
22+
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3 :: Only",
1327
]
1428

1529
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)