aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gpygme/setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LicensesBen McGinnes2015-06-261-1/+1
| | | | | | * The same licenses as GPGME. * Including copies here as well in case this code ever ends up distributed separately as well (e.g. on PyPI).
* Setting the sceneBen McGinnes2015-06-261-0/+66
* Converted a couple of existing setup files for intended one here. * Added single mandatory requirement of CFFI. * Note that Cython may still be used to produce some component without requiring it be installed when deploying the API.