summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Add py.typed fileJoe Gordon2022-09-211-0/+1
| | | | | As per https://peps.python.org/pep-0561/ add a py.typed file to let things like mypy there is inline typing information
* MANIFEST.in: Add test data and docs (#331)John Vandenberg2021-06-181-0/+4
| | | Closes #330
* Fix long_description string in Python packaging (#249)v2.2.2Jon Parise2019-08-061-1/+0
| | | | | When defining `long_description` in setup.cfg using the `file:` directive, we need to keep everything on one line. Otherwise, it will treat the value as a block of literal text.
* Include changelog in the manifestJohn Anderson2015-07-161-1/+1
|
* Adding the LICENSE.txt file to the distributionCharles Gordon2014-09-091-1/+1
|
* add MANIFEST.in to force README.md to be packaged in `setup.py sdist`Dan Crosta2013-04-251-0/+5