diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,7 @@ Operating System :: MacOS """ MAJOR = 1 -MINOR = 13 +MINOR = 14 MICRO = 0 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) @@ -362,6 +362,7 @@ def setup_package(): if "--force" in sys.argv: run_build = True + sys.argv.remove('--force') else: # Raise errors for unsupported commands, improve help output, etc. run_build = parse_setuppy_commands() |