Skip to content

Commit d4646a4

Browse files
committed
setup.cfg: migrate setup_requires from python code to declarative config
1 parent 68131d5 commit d4646a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ classifier =
2222
[options]
2323
packages =
2424
guake
25+
setup_requires =
26+
pbr
2527
install_requires =
2628
importlib_metadata; python_version < '3.8'
2729
typing; python_version < '3.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
except ImportError:
1515
pass
1616

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

0 commit comments

Comments
 (0)