We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45eba0 commit 58088edCopy full SHA for 58088ed
setup.py
@@ -1,13 +1,13 @@
1
import os
2
from setuptools import find_packages, setup
3
4
-with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
+with open(os.path.join(os.path.dirname(__file__), 'README.md'), encoding='utf8') as readme:
5
README = readme.read()
6
7
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
8
setup(
9
name='django-mirage-field',
10
- version='1.1.6',
+ version='1.1.7',
11
install_requires=[
12
"cryptography",
13
"tqdm",
0 commit comments