summaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-12-24 01:21:59 (GMT)
committerSteven Knight <knight@baldmt.com>2001-12-24 01:21:59 (GMT)
commit73349da6d71bc4cfde8d67f7beef5938d4044816 (patch)
treef5cfa1e3184ab9b110b433f74b09d97f4d21caf1 /src/setup.py
parent475d94a9464a232dacd2f7dfefc6f2e0292f9e2c (diff)
downloadSCons-73349da6d71bc4cfde8d67f7beef5938d4044816.zip
SCons-73349da6d71bc4cfde8d67f7beef5938d4044816.tar.gz
SCons-73349da6d71bc4cfde8d67f7beef5938d4044816.tar.bz2
Prepare for release.
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/setup.py b/src/setup.py
index c0d1510..e79a32c 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -60,12 +60,9 @@ class my_install_lib(install_lib):
self.install_dir = os.path.join(head, tail)
return
-keywords = "scons, cons, make, build tool, make tool, software build tool, software construction tool"
-
arguments = {
'name' : "scons",
'version' : "__VERSION__",
- 'keywords' : keywords,
'packages' : ["SCons",
"SCons.Node",
"SCons.Scanner",