Changed encoding declaration style in setup.py.

This commit is contained in:
Benoît Bryon 2013-10-21 14:27:38 +02:00
parent fbfd2ecee4
commit a93561601a

View file

@ -1,4 +1,4 @@
# coding=utf-8
# -*- coding: utf-8 -*-
"""Python packaging."""
import os
from setuptools import setup