Skip to content

Commit

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


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



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


Changes
^^^^^^^
* 1608: Removed the conversion of dashes to underscores in the :code:`extras_require` and :code:`data_files` of :code:`setup.cfg` to support the usage of dashes. Method will warn users when they use a dash-separated key which in the future will only allow an underscore. Note: the method performs the dash to underscore conversion to preserve compatibility, but future versions will no longer support it -- by :user:`melissa-kun-li`
   ```
   
  
</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 committed Mar 7, 2021
2 parents cc53d90 + d81f944 commit 6d2d61f
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 @@ -34,7 +34,7 @@ setup_requires =
build =
bork==5.1.0
pip==21.0.1
setuptools==54.0.0
setuptools==54.1.0
wheel==0.36.2

# testing and linting are split, to avoid CI problems
Expand Down

0 comments on commit 6d2d61f

Please sign in to comment.