| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
Including the LICENSE in the package tarball appears to be desired by Linux distro packaging maintainers. Closes #10.
|
| |
|
|
|
|
| |
The incorrect test directory entry in MANIFEST.in was causing spurious
warnings, confusing folks who thought there might be a problem with the
installation process.
|
| |
|