diff options
-rwxr-xr-x | setupscons.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setupscons.py b/setupscons.py index 890d4795d..ff5c53990 100755 --- a/setupscons.py +++ b/setupscons.py @@ -41,7 +41,6 @@ if os.path.exists('MANIFEST'): os.remove('MANIFEST') sys.path.insert(0, os.path.dirname(__file__)) try: setup_py = __import__("setup") - FULLVERSION = setup_py.FULLVERSION write_version_py = setup_py.write_version_py finally: sys.path.pop(0) |