From 2c998a6fd27febf69f5819bb67fb9f1c830b40ad Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Wed, 11 Sep 2019 17:18:51 -0400 Subject: [PATCH] setup.py: convert to py3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98a9b90..ce8c966 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from setuptools import setup import glob