Skip to content

Commit

Permalink
Problem: agronholm#74 setuptools on a locale='C' host can't parse cfg
Browse files Browse the repository at this point in the history
Solution: Fixed in setuptools==40.7.0 updated setup.py to make that a
minumum requirement.

Upstream bug: pypa/setuptools#1062
  • Loading branch information
Sekenre committed Mar 17, 2020
1 parent 048caf9 commit 7732901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'local_scheme': 'dirty-tag'
},
setup_requires=[
'setuptools >= 36.2.7',
'setuptools >= 40.7.0',
'setuptools_scm >= 1.7.0'
],
**kwargs
Expand Down

0 comments on commit 7732901

Please sign in to comment.