-
Notifications
You must be signed in to change notification settings - Fork 15
/
setup.cfg
32 lines (31 loc) · 931 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = pyalpm
description = libalpm bindings for Python 3
long_description = file: README.md
long_description_content_type = text/markdown
author = Rémy Oudompheng
author_email = [email protected]
classifiers=
Development Status :: 6 - Mature
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: C
Programming Language :: Python :: 3 :: Only
Topic :: System :: Archiving :: Packaging
Topic :: System :: Software Distribution
Topic :: System :: Systems Administration
keywords = archlinux, pacman
license = GPLv3+
url = https://gitlab.archlinux.org/archlinux/pyalpm
[options]
packages = pycman
scripts =
scripts/lsoptdepends
scripts/pycman-database
scripts/pycman-deptest
scripts/pycman-query
scripts/pycman-remove
scripts/pycman-sync
scripts/pycman-upgrade
scripts/pycman-version
setup_requires =
pkgconfig