-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
67 lines (63 loc) · 1.47 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = winregrc
version = 20241007
description = Windows Registry resources (winregrc)
long_description = winregrc is a Python module part of winreg-kb to allow reuse of Windows Registry resources.
long_description_content_type = text/plain
url = https://github.com/libyal/winreg-kb
maintainer = Joachim Metz
maintainer_email = [email protected]
license = Apache License, Version 2.0
license_files =
ACKNOWLEDGEMENTS
AUTHORS
LICENSE
README
classifiers =
Development Status :: 2 - Pre-Alpha
Programming Language :: Python
[options]
install_requires = file:requirements.txt
package_dir =
winregrc = winregrc
packages = find:
python_requires = >=3.8
scripts =
scripts/appcompatcache.py
scripts/application_identifiers.py
scripts/cached_credentials.py
scripts/catalog.py
scripts/controlpanel_items.py
scripts/delegatefolders.py
scripts/environment_variables.py
scripts/eventlog_providers.py
scripts/knownfolders.py
scripts/mounted_devices.py
scripts/mru.py
scripts/msie_zone_info.py
scripts/profiles.py
scripts/programscache.py
scripts/sam.py
scripts/services.py
scripts/shellfolders.py
scripts/srum_extensions.py
scripts/sysinfo.py
scripts/syskey.py
scripts/task_cache.py
scripts/time_zones.py
scripts/type_libraries.py
scripts/usbstor.py
scripts/userassist.py
[options.package_data]
winregrc =
*.yaml
data/*.yaml
[options.packages.find]
exclude =
docs
tests
tests.*
utils
where = .
[bdist_wheel]
universal = 1