normal pypi release

This commit is contained in:
Doman 2021-07-23 14:54:10 +02:00
parent e86c740847
commit 43ddbee022
3 changed files with 11 additions and 3 deletions

View file

@ -9,7 +9,7 @@ _Fasttyper_ is minimalistic typing test based on user provided exercising text.
_Fasttyper_ is currently maintained on [TestPyPi](https://test.pypi.org/) Python Package Index. To install package simpply use:
`python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps fasttyper-pkg-ickyicky`
`python3 -m pip install fasttyper`
# Usage

8
setup.cfg Normal file
View file

@ -0,0 +1,8 @@
[bumpversion]
current_version = 1.1.0
[wheel]
universal = 1
[metadata]
description-file = README.md

View file

@ -4,8 +4,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name="fasttyper-pkg-ickyicky",
version="1.0.0",
name="fasttyper",
version="1.1.0",
author="Piotr Domanski",
author_email="pi.domanski@gmail.com",
description="Minimalistic typing exercise",