Skip to content

Commit

Permalink
[bump] version for a new release to PyPI, plus update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trinamic-bp committed Feb 18, 2022
1 parent 37958cc commit ab62365
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
pysandboxtribp
==============

My sandbox Python package.
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 <https://packaging.python.org/en/latest/tutorials/packaging-projects>`_

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pysandboxtribp
version = 0.0.1
version = 0.0.2
author = trinamic_bp
author_email = [email protected]
description = A small sandbox package
Expand Down

0 comments on commit ab62365

Please sign in to comment.