python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Update MANIFEST.in to include project metadata #79

Closed oremanj closed 4 years ago

oremanj commented 4 years ago

Fixes #75.

I'm not sure how the previous releases included the license files, since they don't appear to have ever been listed in the manifest, but I verified that a new python setup.py sdist does include them where it did not before this change.

codecov[bot] commented 4 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   77.95%   77.95%           
=======================================
  Files          11       11           
  Lines        1288     1288           
  Branches      180      180           
=======================================
  Hits         1004     1004           
  Misses        206      206           
  Partials       78       78