From 21580e52d83d48256d936a064de7380c854d915b Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Tue, 12 May 2020 15:51:05 -0400 Subject: [PATCH] [fira] Finalize pyproject and README --- README.md | 1 + pyproject.toml | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efd1f36..43c9d1c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ [![MPL](https://img.shields.io/github/license/alicerunsonfedora/fira)](LICENSE.txt) ![Python](https://img.shields.io/badge/python-2.7+-blue.svg) [![PyPI version](https://badge.fury.io/py/uvn-fira.svg)](https://pypi.org/project/uvn-fira) +![Tests](https://github.com/UnscriptedVN/fira/workflows/Tests/badge.svg) ## Requirements diff --git a/pyproject.toml b/pyproject.toml index 5e8d7d0..27184ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,17 @@ [tool.poetry] name = "uvn-fira" -version = "1.3.0" -description = "The backend and API code for the Unscripted mini-game." +version = "1.3.1" +description = "The backend and API code for the Unscripted minigame." authors = ["Marquis Kurt "] license = "MPL-2.0" readme = "PYREADME.md" homepage = "https://github.com/UnscriptedVN/fira" +repository = "https://github.com/UnscriptedVN/fira" documentation = "https://fira.marquiskurt.net" +classifiers = [ + "Topic :: Games/Entertainment :: Puzzle Games", + "Topic :: Software Development :: Libraries" +] [tool.poetry.dependencies] python = ">= 3.7 || ~2.7.16"