Skip to content

Commit

Permalink
Merge #149
Browse files Browse the repository at this point in the history
149: Update setuptools to 49.1.2 r=duckinator a=pyup-bot


This PR updates [setuptools](https://pypi.org/project/setuptools) from **49.1.1** to **49.1.2**.



<details>
  <summary>Changelog</summary>
  
  
   ### 49.1.2
   ```
   -------

* 2232: In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to &#39;stdlib&#39; (current default), distutils will be used from the standard library. If set to &#39;local&#39; (default in a imminent backward-incompatible release), the local copy of distutils will be used.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/setuptools
  - Changelog: https://pyup.io/changelogs/setuptools/
  - Repo: https://github.com/pypa/setuptools
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot authored Jul 11, 2020
2 parents 24257a8 + 42ec507 commit 65edaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tests_require =
# FIXME: This name seems wrong, but I can't think of a better one atm.
build =
pip==20.1.1
setuptools==49.1.1
setuptools==49.1.2
wheel==0.34.2

testing =
Expand Down

0 comments on commit 65edaaa

Please sign in to comment.