normal pypi release
This commit is contained in:
parent
e86c740847
commit
43ddbee022
3 changed files with 11 additions and 3 deletions
|
@ -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
8
setup.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
[bumpversion]
|
||||
current_version = 1.1.0
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[metadata]
|
||||
description-file = README.md
|
4
setup.py
4
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue