diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:21:33 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:21:33 -0400 |
commit | 85bf20111504844b82bc9e6ad48f7f5fe4a073bf (patch) | |
tree | 7d011c2f1d15498d0e196670416ebbae65683013 /setup.py | |
parent | f2288e48380a5557a49151fc95ee121baff65b56 (diff) | |
download | ipsutils-85bf20111504844b82bc9e6ad48f7f5fe4a073bf.tar.gz |
Refactor ips to ipsutils
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,11 +16,12 @@ from distutils.core import setup -setup(name='IPS', +setup(name='ipsutils', version='0.1', description='Solaris 11 IPS packaging library', author='Joseph Hunkeler', author_email='jhunk@stsci.edu', url='http://www.stsci.edu/~jhunk/ips', - packages=['ips'], + packages=['ipsutils'], + scripts=['ipsbuild.py', 'ipsbuild-setuptree.py'], ) |