summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Do not include trash into a source tarballIhor Kalnytskyi2017-10-121-1/+0
| | | | | | | | | 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
* Include LICENSE in package manifestJustin Mayer2017-09-111-1/+1
| | | Including the LICENSE in the package tarball appears to be desired by Linux distro packaging maintainers. Closes #10.
* Correct test directory in MANIFEST.inJustin Mayer2013-11-131-3/+1
| | | | | | 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.
* Made testsDirk Makowski2012-08-261-0/+5