pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

find_packages call in setup.py should exclude tests folder #477

Open z11373 opened 4 years ago

z11373 commented 4 years ago

Hi, we're running into the issue which both packages (streamparse which depends on pystorm) are trying to install init.py file on the same location (under test folder), I was told the culprit is https://github.com/Parsely/streamparse/blob/master/setup.py#L55 and it's supposed to be using:

find_packages(exclude=["tests"])