summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Include test_endpoints.json in source distributionGarrett Holmstrom2014-08-221-1/+1
| | | | | | | | MANIFEST.in recursively includes .py and .txt files for tests in source distributions, but not .json files, causing unit tests to fail when run outside of a git checkout. This commit fixes that issue. Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1072925
* Started change to load endpoints from JSON.Daniel Lindsley2014-01-281-0/+1
| | | This is just SNS/SES for the moment, for purposes of getting early review feedback. Still needs tests & docs, plus integration into the rest of the services.
* Remove changelog from manifest.Daniel G. Taylor2013-11-261-1/+0
|
* convert README.markdown to README.rstJustin Riley2012-03-201-1/+1
|
* Tests need to be in the source distro but shouldn't be installed. Also, ↵Mitch Garnaat2012-02-281-1/+1
| | | | moved some tests scattered throughout the distro to the tests directory. Fixes #597.
* Fixing setup.py and MANIFEST to make a clean release with setup.py sdist and ↵2.2.1Mitch Garnaat2012-02-011-0/+11
| | | | bumping version number to avoid confusion.
* Restored MANIFEST.in, to fix setup.py sdist problem caused by commit ↵Mike Schwartz2011-10-251-0/+1
| | | | c4c126d6369...
* Make cacerts.txt package data instead of just including it in sourceMarc Brinkmann2011-10-241-1/+0
| | | | | | | | | | | | | | | | | distributions. The cacerts.txt was missing from boto distributions (see issue #260). Adding it to MANIFEST.in causes the file to be included in sdist source archives, but *not* when installing via PyPI/pip/directly from github. To fix this issue, MANIFEST.in has been deleted and the (hopefully, as the whole setuptools/distutils affair is a bit of a mess) proper options have been added to setup.py. Installation via git+https through pip has been tested, I have also checked if the file is included in the tarball generated by sdist. I am reasonably confident that this will also cause installs from PyPI to work afterwards.
* Explicitly add cacerts.txt to MANIFEST.in to make sure it is included in ↵Mitch Garnaat2011-07-191-1/+1
| | | | source distributions. Closes GH-260.
* add MANIFEST so that tests are included in sdistJustin Riley2011-07-131-0/+1