Skip to content

Commit 1b3a81f

Browse files
committed
setup.cfg: migrate more settings from pbr to built-in setuptools config
In pypa/setuptools#2712 setuptools learned to natively support globbing data files, and the pbr setting to do the exact same thing is not needed anymore. Pin the minimum build requirement to ensure the correct version is used.
1 parent d4646a4 commit 1b3a81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ packages =
2424
guake
2525
setup_requires =
2626
pbr
27+
setuptools>=57.5.0
2728
install_requires =
2829
importlib_metadata; python_version < '3.8'
2930
typing; python_version < '3.5'
3031

31-
[files]
32-
data_files =
33-
share/guake/po = po/*
32+
[options.data_files]
33+
share/guake/po = po/*
3434

3535
[options.entry_points]
3636
console_scripts =

0 commit comments

Comments
 (0)