From 4e98563483b2e9a701f25f8a6ac0c8d665bf5d54 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Sep 2010 13:16:05 -0400 Subject: [PATCH] Encodings are important. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c895d1..fb44680 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- import os import sys @@ -32,7 +33,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', # 'Programming Language :: Python :: 2.5', - # 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', ), # entry_points={