PDOS

[uia] / trunk / uia / lib / Setup.py  

View of /trunk/uia/lib/Setup.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2508 - (download) (as text) (annotate)
Wed May 30 19:22:16 2007 UTC (2 years, 5 months ago) by ctl
File size: 176 byte(s)
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