blockdiag / sphinxcontrib-blockdiag

Other
16 stars 9 forks source link

if I install sphinxcontrib-blockdiag via pip, I get a tests package in my virtualenv which shadows my project tests package #6

Closed diefans closed 8 years ago

diefans commented 8 years ago

I think you have to select only sphinxcontrib-blockdiag for packages in setup.py otherwise, find_packages() will also return tests as a valid package and pip will install it.