mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

please consider including tests/ dir in pypi release #50

Closed sandrotosi closed 6 years ago

sandrotosi commented 8 years ago

Hello, i noticed the github repo has a tests/ directory, while the tarball on pypi doesnt: could you consider adding it? it would be helpful for distributions to verify everything is working as expected and generally it's a nice practice to be able to run tests of a third-party modules.

thanks for considering, Sandro

mvexel commented 6 years ago

Could you supply the necessary changes to setup.py and / or setup.cfg?

sandrotosi commented 6 years ago

thanks!! do you mind adding also the examples/ directory? i still dont see tests/ in 0.6.0 (as released on PyPI) so hopefully the next release :)

mvexel commented 6 years ago

finally! :)

sandrotosi commented 5 years ago

thanks a lot! it looks like tests/__pycache__/test_api.cpython-27-PYTEST.pyc sneaked into the PyPI tarball release. it's no big deal at all, but you may want to release only source code the next time :)