python-trio / async_generator

Making it easy to write async iterators in Python 3.5
Other
95 stars 24 forks source link

Fix Manifest.in so it includes the license in sdist #11

Closed nicoddemus closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         776    776           
  Branches       59     59           
=====================================
  Hits          776    776

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 bd2868a...268e446. Read the comment docs.

njsmith commented 6 years ago

Nice catch, thanks! Think we should do a release just for this?

Also, invitation incoming as per https://trio.readthedocs.io/en/latest/contributing.html#joining-the-team

nicoddemus commented 6 years ago

Nice catch, thanks! Think we should do a release just for this?

I don't think that's necessary. I caught this because I submitted a recipe to conda-forge for trio and async_generator (conda-forge/staged-recipes#5080).

Also, invitation incoming

Nice, thanks!

njsmith commented 6 years ago

I caught this because I submitted a recipe to conda-forge for trio and async_generator (conda-forge/staged-recipes#5080)

oh cool, thanks! And okay, so long as its not like "my company's lawyer is staring at me and I can't use this until you roll a new release" or something I won't worry about it.

Nice, thanks!

👍