From 46a695bfd4ef28872e44830f0b23c0fb444ff5c0 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 5 May 2024 01:16:14 +0200 Subject: [PATCH] Update project configuration --- README.md | 4 ++++ pyproject.toml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index f797457..ad02400 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Icon CoH2 Live Stats [![CI branch master](https://github.com/brofi/coh2-live-stats/actions/workflows/ci.yml/badge.svg)](https://github.com/brofi/coh2-live-stats/actions/workflows/ci.yml) +[![pypi](https://img.shields.io/pypi/v/coh2-live-stats)](https://pypi.org/project/coh2-live-stats/) +[![versions](https://img.shields.io/pypi/pyversions/coh2-live-stats)](https://github.com/brofi/coh2-live-stats) +[![license](https://img.shields.io/github/license/brofi/coh2-live-stats)](https://github.com/brofi/coh2-live-stats/blob/master/COPYING) + [//]: # () diff --git a/pyproject.toml b/pyproject.toml index fa3a896..2abbfc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,8 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only ", + "Programming Language :: Python :: 3.12", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Topic :: Games/Entertainment :: Real Time Strategy"