diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 05:29:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 05:29:28 -0500 |
| commit | 6d3b451a1084419d7cbfa09cfc59452bb5f983bd (patch) | |
| tree | de10ba3cc2f3412202fcd06427f9446d54061bf7 /setuptools.egg-info/requires.txt | |
| parent | d404db9c746c793109a43f286570faacf6d9d55c (diff) | |
| download | external_python_setuptools-6d3b451a1084419d7cbfa09cfc59452bb5f983bd.tar.gz external_python_setuptools-6d3b451a1084419d7cbfa09cfc59452bb5f983bd.tar.bz2 external_python_setuptools-6d3b451a1084419d7cbfa09cfc59452bb5f983bd.zip | |
Bumped to 3.1 in preparation for next release.
Diffstat (limited to 'setuptools.egg-info/requires.txt')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 4fd464d8..9a6bf437 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,7 +1,7 @@ -[ssl:sys_platform=='win32'] -wincertstore==0.1 - [certs] -certifi==0.0.8
\ No newline at end of file +certifi==0.0.8 + +[ssl:sys_platform=='win32'] +wincertstore==0.1
\ No newline at end of file |
