Skip to content

Commit

Permalink
setup.cfg: migrate setup_requires from python code to declarative config
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Sep 9, 2021
1 parent 68131d5 commit d4646a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ classifier =
[options]
packages =
guake
setup_requires =
pbr
install_requires =
importlib_metadata; python_version < '3.8'
typing; python_version < '3.5'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
except ImportError:
pass

setuptools.setup(setup_requires=['pbr'], pbr=True)
setuptools.setup(pbr=True)

0 comments on commit d4646a4

Please sign in to comment.