Skip to content

Commit

Permalink
setup.cfg: migrate more settings from pbr to built-in setuptools config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eli-schwartz committed Sep 9, 2021
1 parent 6d3a33f commit 3b11796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ packages =
guake
setup_requires =
pbr
setuptools>=57.5.0
install_requires =
importlib_metadata; python_version < '3.8'
typing; python_version < '3.5'

[files]
data_files =
share/guake/po = po/*
[options.data_files]
share/guake/po = po/*

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 3b11796

Please sign in to comment.