mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Changed encoding declaration style in setup.py.
This commit is contained in:
parent
fbfd2ecee4
commit
a93561601a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,4 +1,4 @@
|
|||
# coding=utf-8
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Python packaging."""
|
||||
import os
|
||||
from setuptools import setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue