pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

DIST: fix requirements + manifest for pypi installation #142

Closed klauer closed 4 years ago

klauer commented 4 years ago

Closes #59 πŸŽ†

  1. Made our own release of pyPDB to pypi - https://pypi.org/project/epics-pypdb/ - had to rename due to a package naming conflict
  2. Fixed manifest + install requirements
  3. Released the latest version to pypi - https://pypi.org/project/pytmc/

pip install pytmc should work now...

codecov-io commented 4 years ago

Codecov Report

Merging #142 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   77.71%   77.71%           
=======================================
  Files          16       16           
  Lines        1880     1880           
=======================================
  Hits         1461     1461           
  Misses        419      419

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 053fa26...05ada98. Read the comment docs.

n-wbrown commented 4 years ago

πŸ‘