|
22 | 22 | # Allow config/verbosity to be set from cli |
23 | 23 | # http://stackoverflow.com/a/4792601/5208670 |
24 | 24 | CONFIG = "Release" # Release or Debug |
25 | | -VERBOSITY = "minimal" # quiet, minimal, normal, detailed, diagnostic |
| 25 | +VERBOSITY = "normal" # quiet, minimal, normal, detailed, diagnostic |
26 | 26 |
|
27 | 27 | is_64bits = sys.maxsize > 2**32 |
28 | 28 | DEVTOOLS = "MsDev" if sys.platform == "win32" else "Mono" |
@@ -516,10 +516,10 @@ def run(self): |
516 | 516 | 'Programming Language :: Python :: 2', |
517 | 517 | 'Programming Language :: Python :: 2.7', |
518 | 518 | 'Programming Language :: Python :: 3', |
519 | | - 'Programming Language :: Python :: 3.3', |
520 | 519 | 'Programming Language :: Python :: 3.4', |
521 | 520 | 'Programming Language :: Python :: 3.5', |
522 | 521 | 'Programming Language :: Python :: 3.6', |
| 522 | + 'Programming Language :: Python :: 3.7', |
523 | 523 | 'Operating System :: Microsoft :: Windows', |
524 | 524 | 'Operating System :: POSIX :: Linux', |
525 | 525 | 'Operating System :: MacOS :: MacOS X', |
|
0 commit comments