diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 12:41:11 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-27 12:41:11 -0400 |
| commit | a44284c045b43d728c2a07d4f0a064bf8714f4af (patch) | |
| tree | 383d45dd8a7fe8e24f281d57a64fb59a40998132 /setup.py | |
| parent | c1f32f68f66e7196b69369e36d11125738ee6367 (diff) | |
| download | python-requests-a44284c045b43d728c2a07d4f0a064bf8714f4af.tar.gz | |
cleanup version.py
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ requires = [ test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock'] about = {} -with open(os.path.join(here, 'requests', '__version__.py')) as f: +with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: exec(f.read(), about) with open('README.rst', 'r', 'utf-8') as f: |
