From 023cb88ab16cb844ba5aa6849e8527eca0ddcbfe Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 6 Sep 2019 10:39:40 +0100 Subject: [PATCH] templates/setup: Update package setup template to specify python3 --- wa/commands/templates/setup.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/commands/templates/setup.template b/wa/commands/templates/setup.template index d68801a2..6a8c6ae0 100644 --- a/wa/commands/templates/setup.template +++ b/wa/commands/templates/setup.template @@ -59,7 +59,7 @@ params = dict( 'Environment :: Console', 'License :: Other/Proprietary License', 'Operating System :: Unix', - 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', ], )