diff options
Diffstat (limited to 'src/setup.py')
| -rw-r--r-- | src/setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/setup.py b/src/setup.py deleted file mode 100644 index ad93cac..0000000 --- a/src/setup.py +++ /dev/null @@ -1,14 +0,0 @@ -__revision__ = "setup.py __REVISION__ __DATE__ __DEVELOPER__" - -from string import join, split - -from distutils.core import setup - -setup(name = "scons", - version = "__VERSION__", - description = "scons", - author = "Steven Knight", - author_email = "knight@baldmt.com", - url = "http://www.baldmt.com/scons", - packages = ["scons"], - scripts = ["scons.py"]) |
