From f75e4dc567b4a186931022f25e110e0092aa3a2b Mon Sep 17 00:00:00 2001 From: moonburnt Date: Mon, 15 Nov 2021 01:16:27 +0200 Subject: [PATCH] meta: updated readme - Updated readme and pyproject.toml for pypi release --- README.md | 13 ------------- pyproject.toml | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index aee07ce..2be3129 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,6 @@ **HSCP** is a [HyScores](https://github.com/0x5b/hyscores) Client, written in Python. Its designed to be a simple and efficient library to use in your games. -## Installation: - -This project require [poetry](https://python-poetry.org/) to install. -After cloning project locally, run: - -``` -# Do it once to create .venv inside project directory -poetry config virtualenvs.in-project true - -# Install deps, dev deps and project itself (in editable way) -poetry install -``` - ## Usage: ```python3 diff --git a/pyproject.toml b/pyproject.toml index 216bfad..ed598a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Client library for HyScores." authors = ["moonburnt "] license = "MIT" readme = "README.md" +homepage = "https://github.com/moonburnt/hscp" [tool.poetry.dependencies] python = "^3.9"