We should not greedy include everything that matches *.py as it may
result into bundling such trash (from packaging point of view) as .tox
directory. By default, setuptools include the package itself, and we
bundle tests and some other files explicitly in MANIFEST.in.
We should not greedy include everything that matches *.py as it may result into bundling such trash (from packaging point of view) as .tox directory. By default, setuptools include the package itself, and we bundle tests and some other files explicitly in MANIFEST.in.
Closes #9