Encodings are important.

This commit is contained in:
Kenneth Reitz
2010-09-12 13:16:05 -04:00
parent ca17c9f965
commit 4e98563483
+2 -1
View File
@@ -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={