-
Notifications
You must be signed in to change notification settings - Fork 37
/
setup.cfg
33 lines (30 loc) · 930 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
33
[metadata]
name = rpmfile
author = Sean Ross-Ross
author_email = srossross@gmail.com
license = MIT
description = Read rpm archive files
url = https://github.com/srossross/rpmfile
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages = rpmfile
setup_requires =
setuptools_scm
[options.extras_require]
zstd = zstandard>=0.13.0
[options.entry_points]
console_scripts =
rpmfile = rpmfile.cli:console_script_entry_point