mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Merge pull request #252 from gafderks/gafderks-patch-1
Specify UTF8 encoding for readme
This commit is contained in:
commit
b9c1f3e0c4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
with open('README.rst') as readme_file:
|
||||
with open('README.rst', encoding='utf8') as readme_file:
|
||||
README = readme_file.read()
|
||||
|
||||
setup(
|
||||
|
|
|
|||
Loading…
Reference in a new issue