Modernize setup.py with unicode_literals et al.
Review Request #10139 — Created Sept. 7, 2018 and submitted — Latest diff uploaded
This patch updates our
setup.py
to be more modern, using
unicode_literals
andprint_function
, as well as correcting the
ListNodeDependenciesCommand
's option names.
- Ran
setup.py list_node_deps
. - Ran
setup.py develop
.