summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix #56: Included CHANGELOG.txt in manifestSybren A. Stüvel2016-03-261-0/+1
|
* Include PEM test files in Manifestadamantike2016-03-261-1/+1
|
* Fix name of file README in manifestFabio Alessandro Locati2016-03-261-1/+1
|
* Basic readme and package manifest by Yesudeep Mangalapilly <yesudeep@gmail.com>Sybren A. Stüvel2011-07-301-0/+5
- Adds a README file with the project description. - Adds a LICENSE document for APLv2 compliance. - Adds .gitignore ignore rules for git submodules so that using this repository as a git submodule in another project does not produce dirty submodules when being built. - Adds a package MANIFEST.in file to specify distribution inclusions.