aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Add asyncio trove classifier #110

Closed alefteris closed 7 years ago

alefteris commented 7 years ago

The Framework :: AsyncIO trove classifier has recently been added to PyPI. It can help people discover asyncio related packages.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   90.15%   90.15%           
=======================================
  Files          17       17           
  Lines        1676     1676           
  Branches      271      271           
=======================================
  Hits         1511     1511           
  Misses        142      142           
  Partials       23       23

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 6522c88...bedf930. Read the comment docs.

jettify commented 7 years ago

thanks