diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-13 23:00:21 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-13 23:00:21 (GMT) |
commit | 6df6db482f39e2a36f69b48f2240f49b29ab762a (patch) | |
tree | a5f6cbf8109fc41ef24d578193feccf60ab7922e /src/setup.py | |
parent | 7d284153621b986656aea2715c7fa73c5101d556 (diff) | |
download | SCons-6df6db482f39e2a36f69b48f2240f49b29ab762a.zip SCons-6df6db482f39e2a36f69b48f2240f49b29ab762a.tar.gz SCons-6df6db482f39e2a36f69b48f2240f49b29ab762a.tar.bz2 |
Roll our own RPM package generation.
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/setup.py b/src/setup.py index c3f5260..8f81573 100644 --- a/src/setup.py +++ b/src/setup.py @@ -60,22 +60,11 @@ class my_install_lib(install_lib): self.install_dir = os.path.join(head, tail) return -description = \ -"""SCons is an Open Source software construction tool--that is, a build tool; an -improved substitute for the classic Make utility; a better way to build -software.""" - keywords = "scons, cons, make, build tool, make tool, software build tool, software construction tool" arguments = { 'name' : "scons", 'version' : "__VERSION__", - 'description' : "an Open Source software construction tool", - 'long_description' : description, - 'author' : "Steven Knight", - 'author_email' : "knight@scons.org", - 'url' : "http://www.scons.org/", - 'license' : "MIT, freely distributable", 'keywords' : keywords, 'packages' : ["SCons", "SCons.Node", |