source:
bletchley-distutils
@
20
Last change on this file since 20 was 18, checked in by , 12 years ago | |
---|---|
File size: 324 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | # Called from scons with appropriate python version |
2 | import sys | |
3 | from distutils.core import setup | |
4 | sys.dont_write_bytecode = True | |
5 | from bletchley_version import BLETCHLEY_VERSION | |
6 | sys.dont_write_bytecode = False | |
7 | ||
[18] | 8 | setup(name='bletchley', version=BLETCHLEY_VERSION, package_dir={'':'lib'}, packages=['bletchley', 'bletchley.CBC']) |
Note: See TracBrowser
for help on using the repository browser.