From 336a1c3c2ea204b06b497e0d474ccc9e0b95a638 Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Thu, 20 Jan 2022 17:50:05 +0100 Subject: [PATCH] prepare CI release --- .github/workflows/packaging.yml | 2 +- README.md | 2 ++ setup.py | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 79a9ab7..d3f6b7f 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -23,6 +23,6 @@ jobs: make check_dist - name: Publish Package uses: pypa/gh-action-pypi-publish@release/v1 - with: # TODO + with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/README.md b/README.md index 13cc0ff..9090ae7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This package provides implementations of existing vibrotactile quality metrics a pip install vibromaf ``` +For development versions and alternative installations see the [installation documentation](https://hofbi.github.io/vibromaf/installation/). + ## Usage * [Get Started](https://hofbi.github.io/vibromaf/get-started) diff --git a/setup.py b/setup.py index 1524e96..664d0ab 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="vibromaf", - version="0.0.1", + version="0.0.2", author="Markus Hofbauer, Andreas Noll", author_email="name.surname@tum.de", description="Vibrotactile quality metrics and metric fusion", @@ -32,7 +32,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Intended Audience :: Developers", - "Topic :: Multimedia :: Haptics", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3",