From 7aea0262a930f60a6b4168e9ac34699aad945947 Mon Sep 17 00:00:00 2001 From: ArthurFDLR Date: Tue, 6 Jul 2021 23:34:21 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Pip=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pose_classification_kit/__init__.py | 2 +- pyproject.toml | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pose_classification_kit/__init__.py b/pose_classification_kit/__init__.py index 6849410..a82b376 100644 --- a/pose_classification_kit/__init__.py +++ b/pose_classification_kit/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/pyproject.toml b/pyproject.toml index e3dd04e..0a872e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pose-classification-kit" -version = "1.1.0" +version = "1.1.1" description = "From pose estimation to pose classification - Creation of datasets & real-time visualization" authors = ["ArthurFDLR "] keywords = ["pose classification", "OpenPose", "pose estimation"] @@ -9,7 +9,21 @@ license = "MIT" homepage = "https://github.com/ArthurFDLR/pose-classification-kit" repository = "https://github.com/ArthurFDLR/pose-classification-kit" include = [ - "LICENSE", + "LICENSE", "README.md" +] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: X11 Applications :: Qt", + "Intended Audience :: End Users/Desktop", + "Intended Audience :: Science/Research", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Scientific/Engineering :: Image Recognition", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3 :: Only", ] [tool.poetry.dependencies]