Skip to content

Commit

Permalink
[fira] Finalize pyproject and README
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed May 12, 2020
1 parent 4da7e55 commit 21580e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <software@marquiskurt.net>"]
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"
Expand Down

0 comments on commit 21580e5

Please sign in to comment.