We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb734be commit d2bd762Copy full SHA for d2bd762
templates/setup.py.jj2
@@ -257,7 +257,7 @@ PUBLISH_COMMAND = "{0} setup.py sdist upload -r pypi".format(sys.executable)
257
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
258
{% endif %}
259
260
-{% if external_module_library %}
+{% if not external_module_library %}
261
GS_COMMAND = ("gs {{name}} v{{release}} " +
262
"Find {{release}} in changelog for more details")
263
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
@@ -446,7 +446,7 @@ if __name__ == "__main__":
446
447
{% endif%}
448
classifiers=CLASSIFIERS,
449
450
cmdclass=SETUP_COMMANDS
451
452
)
0 commit comments