source: bletchley-distutils @ 11

Last change on this file since 11 was 3, checked in by tmorgan, 12 years ago

fixed python2-isms
added PaddingOracle? package to install script

File size: 334 bytes
Line 
1# Called from scons with appropriate python version
2import sys
3from distutils.core import setup
4sys.dont_write_bytecode = True
5from bletchley_version import BLETCHLEY_VERSION
6sys.dont_write_bytecode = False
7
8setup(name='bletchley', version=BLETCHLEY_VERSION, package_dir={'':'lib'}, packages=['bletchley', 'bletchley.PaddingOracle'])
Note: See TracBrowser for help on using the repository browser.