pyproject.toml: transfer more metadata from setup.cfgv4.2.0
commit1c4e58c5751a4f6f46c444dd91c4f8e0a266d9e6
authorDavid Aguilar <davvid@gmail.com>
Sun, 26 Mar 2023 09:50:48 +0000 (26 02:50 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sun, 26 Mar 2023 10:00:14 +0000 (26 03:00 -0700)
tree262e0d7d8542a2bc363c2bbac9bdd3a3e8fd1ed0
parent5b4e58bfbd8bb0794d99036270c714932b7d7814
pyproject.toml: transfer more metadata from setup.cfg

List out all packages intead of relying on find: or find_namespaces:.
find: warns because we have cola/i18n/ and cola/icons/ that contain
data files only. find_namespaces: finds too much and includes the
contrib/, requirements/ and bin/ directories.

Avoid these issues by listing the package.

Signed-off-by: David Aguilar <davvid@gmail.com>
pyproject.toml
setup.cfg