summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Include license file in the generated packagesJon Dufresne2017-10-161-0/+1
| | | | | | | | | | Use MANIFEST.in to include LICENSE in the source distribution. The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
* Update MANIFEST.in and .gitignoreFlorent Xicluna2012-12-211-2/+7
|
* Add the testsuite to MANIFEST.in, add changelog entry for issue #26 too.Florent Xicluna2012-03-261-0/+1
|
* README.txt was renamed to README.rst, reflect this in setup.py and MANIFEST.inreinout2009-11-121-1/+2
|
* Using py_modules instead of packages in setup() call as that is intended for ↵reinout2009-10-061-0/+2
single files. Added manifest file for picking up changes.txt and todo.txt as distutils doesn't detect files in git