Skip to content

Commit

Permalink
Merge branch 'rm_versioneer'
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Awwad <[email protected]>
  • Loading branch information
awwad committed May 12, 2021
2 parents 34dee27 + 1308b59 commit 55b084c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2,365 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Conda Content Trust: Signing and verification tools for Conda

**Why:** This exists as an alteration of TUF because of the very particular needs of the conda ecosystem. (Developers are encouraged to *just use TUF* whenever possible!)

**Where:** This tool is general purpose. It is used in conda 4.10.1+ to verify package metadata signatures when they are available.
**Where:** This tool is general purpose. It is currently used in conda 4.10.1+ to verify package metadata signatures when they are available (`announcement <https://www.anaconda.com/blog/conda-signature-verification>`_, `instructions <https://docs.anaconda.com/anaconda-commercial/security>`_).


**************
Expand All @@ -18,9 +18,7 @@ Installation can be accomplished via conda:
``conda install conda-content-trust``

Or via pip:
| ``git clone https://github.com/conda/conda-content-trust``
| ``cd conda-content-trust``
| ``pip install .``
``pip install conda-content-trust``

(If you intend to tinker with the code, use an editable install instead, of course: ``pip install -e .``)

Expand Down
4 changes: 1 addition & 3 deletions conda_content_trust/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
__version__ = '0.1.3'
Loading

0 comments on commit 55b084c

Please sign in to comment.