diff options
| author | 2023-01-30 03:38:55 -0500 | |
|---|---|---|
| committer | 2023-01-30 03:38:55 -0500 | |
| commit | 87d84d188264e645c621516ffdfdd473f726d034 (patch) | |
| tree | a08039cfc7c19b13e7b61dc619504d4fc1cdadfb /setup.cfg | |
| parent | 2fe5f096b7ea05011d96f9c0523a0ddbe2748c59 (diff) | |
Migrate away from distutils.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5e6d0f0 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,13 @@ +[metadata] +name = mini-dinstall +version = attr: minidinstall.version.pkg_version +url = https://salsa.debian.org/debian/mini-dinstall +author = Colin Walters +author_email = walters@debian.org +maintainer = Christoph Goehre +maintainer_email = christoph.goehre@gmx.de + +[options] +packages = minidinstall +scripts = mini-dinstall +install_requires = python-apt |
