From b2959c24d9be42a90bdce9d75e55d3281c816908 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Fri, 27 Oct 2006 14:00:56 +0000 Subject: added encoding --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e63a98b..26796a7 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- from distutils.core import setup, Extension -- cgit v1.2.3