HERA-Team / hera_mc

The HERA monitor and control (M&C) system.
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

minor description fixes for pypi #591

Closed bhazelton closed 2 years ago

bhazelton commented 2 years ago

Description

Fixes to allow the hera_mc package to be uploaded to pypi and for links in the description there to work (tested on testpypi).

Motivation and Context

I couldn't properly test this until we made a new release. Upon testing, I found that it errored because it was expecting an RST description instead of markdown. I fixed that and also fixed some links that were broken (I tested this on testpypi by adding local git tags to my repo so that I could simulate versions. I should have thought of doing that before but didn't).

To see how it appears on testpypi follow this link: https://test.pypi.org/project/hera-mc/

Types of changes

Checklist:

Build or continuous integration change checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #591 (a695c0d) into main (e22d202) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #591   +/-   ##
=======================================
  Coverage   97.76%   97.76%           
=======================================
  Files          35       35           
  Lines        5110     5110           
=======================================
  Hits         4996     4996           
  Misses        114      114           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e22d202...a695c0d. Read the comment docs.