summaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
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",