hynek / first

The function you always missed in Python: return the first true value of an iterable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distribute testsuite in pypi sdist archive

scarabeusiv opened this issue · comments

If one downloads source from pypi it is not possible to execute tests and validate it the package is okay.
Could you please tweak MANIFEST.in to include test_first.py?

That has been fixed by #23. There just wasn't a reason for a new release since then.

Ah I see, I shoud've checked the MANIFEST.in even here not just in the tarball :) sorry for the noise.