effigies / BitTornado

UNMAINTAINED - John Hoffman's fork of the original bittorrent
Other
150 stars 44 forks source link

Add missing Python submodules to the distributed packages. #16

Closed samhocevar closed 8 years ago

samhocevar commented 8 years ago

Packages created with pip will be largely incomplete because setup.py only references the BitTorrent module. This patch manually adds all relevant submodules. There is a more automatic way, using setuptools’s find_packages, but it gives you less control.

effigies commented 8 years ago

Thanks. Merged the single commit.