|
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" |
@@ -531,10 +531,10 @@ def run(self): |
531 | 531 | 'Programming Language :: Python :: 2', |
532 | 532 | 'Programming Language :: Python :: 2.7', |
533 | 533 | 'Programming Language :: Python :: 3', |
534 | | - 'Programming Language :: Python :: 3.3', |
535 | 534 | 'Programming Language :: Python :: 3.4', |
536 | 535 | 'Programming Language :: Python :: 3.5', |
537 | 536 | 'Programming Language :: Python :: 3.6', |
| 537 | + 'Programming Language :: Python :: 3.7', |
538 | 538 | 'Operating System :: Microsoft :: Windows', |
539 | 539 | 'Operating System :: POSIX :: Linux', |
540 | 540 | 'Operating System :: MacOS :: MacOS X', |
|
0 commit comments