diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-06-05 15:28:27 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-06-05 15:28:27 -0400 |
commit | 15aa1139291297983863017f2bef77aa9bb9077a (patch) | |
tree | b2f1b220ebe631a62f6f28d74226fd673e1051fe | |
parent | c562ac9614d86981fa5aea6a1bc7c9ac9827d54d (diff) | |
download | ipsutils-15aa1139291297983863017f2bef77aa9bb9077a.tar.gz |
Add ipsutils-newspec.py
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ PACKAGE_DATA = { 'ipsutils': ['tpl/*.tpl'], } PACKAGES=['ipsutils', 'ipsutils/tpl'] -SCRIPTS=['ipsbuild.py', 'ipsbuild-setuptree.py'] +SCRIPTS=['ipsbuild.py', 'ipsbuild-setuptree.py', 'ipsutils-newspec.py'] PLATFORMS=['sunos5', 'linux2', 'linux'] with open(os.path.join(NAME, 'version.py'), 'w+') as fp: |