From ab6236506ec8f6705c7a55ad74f51b0bba417f26 Mon Sep 17 00:00:00 2001 From: trinamic-bp Date: Fri, 18 Feb 2022 18:15:31 +0100 Subject: [PATCH] [bump] version for a new release to PyPI, plus update the readme --- README.rst | 22 +++++++++++++++++++++- setup.cfg | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e6e0253..b82063e 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,24 @@ pysandboxtribp ============== -My sandbox Python package. \ No newline at end of file +My sandbox Python package. + +Install +------- + +.. code-block:: + + pip install -i https://test.pypi.org/simple/ pysandboxtribp + +or + +.. code-block:: + + pip install --index-url https://test.pypi.org/simple/ --no-deps pysandboxtribp + + +Resources +--------- + +* `Python Packaging User Guide Tutorial: Packaging Python Projects `_ + diff --git a/setup.cfg b/setup.cfg index cf82df3..fd1b6f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pysandboxtribp -version = 0.0.1 +version = 0.0.2 author = trinamic_bp author_email = benjamin.partzsch@maximintegrated.com description = A small sandbox package