AndrewAnnex / SpiceyPy

SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
MIT License
385 stars 84 forks source link

trying to make sdist/bdist work better #395

Closed AndrewAnnex closed 3 years ago

AndrewAnnex commented 3 years ago

sdist would include spice.so for sdist, which is definitely wrong. bdist/bdist_wheel should be the only thing that includes the shared library.

should fix #394

codecov[bot] commented 3 years ago

Codecov Report

Merging #395 (e55444c) into main (6b72a0f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #395   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          12       12           
  Lines       15143    15143           
=======================================
  Hits        15125    15125           
  Misses         18       18           

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 6b72a0f...e55444c. Read the comment docs.