![]()
Parent Directory
|
Revision Log
Un-revert the library move, and incorporate the needed bits from my branch into the trunk. This should work if you re-configure (from the top level) and re-install.
from distutils.core import setup setup( name = 'x509', version = '1.0', description = 'ASN.1, PKCS#1, and X.509 modules', py_modules = [ 'asn1', 'pkcs1', 'x509' ], )
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |