kisom / pypcapfile

Pure Python library for handling libpcap savefiles.
http://kisom.github.com/pypcapfile
ISC License
76 stars 33 forks source link

Add transport package to setup.py #17

Closed Don42 closed 8 years ago

Don42 commented 8 years ago

This properly installs the transport package when installing via pip.

Fixes #16

Unsure how the version number should be changed.

kisom commented 8 years ago

Can you bump the version number to 0.11.1? Feel free to add yourself to the AUTHORS file as well.

Don42 commented 8 years ago

Will do in the morning. Unsure if that contribution warrants me adding myself to the AUTHORS file. It would feel pretty pretentious for a single line change.

kisom commented 8 years ago

You contributed to the repo and fixed a mistake I made. I think it's entirely appropriate for you to be listed as an author.

codecov-io commented 8 years ago

Current coverage is 79.00%

Merging #17 into master will increase coverage by +n/a%

@@           master        #17   diff @@
========================================
  Files          10         10          
  Lines         400        400          
  Methods         0          0          
  Branches        0          0          
========================================
  Hits          316        316          
  Misses         84         84          
  Partials        0          0          

Powered by Codecov. Last updated by e6fb379...cabc6b9