From f94a87949a9cbca058b2541bebd5147421ee90d5 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 19 Dec 2010 17:44:11 -0500 Subject: Include proper encoding (PEP-0263) --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a59a3b4..dab6b14 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # # Copyright (C) 2009, 2010 Paul W. Frields and others. # -- cgit