-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
37 lines (34 loc) · 1023 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
34
35
36
37
[metadata]
name = dfwinreg
version = 20241226
description = Digital Forensics Windows Registry (dfWinReg).
long_description = dfWinReg, or Digital Forensics Windows Registry, provides read-only access to Windows Registry objects. The goal of dfWinReg is to provide a generic interface for accessing Windows Registry objects that resembles the Registry key hierarchy as seen on a live Windows system.
long_description_content_type = text/plain
url = https://github.com/log2timeline/dfwinreg
maintainer = Log2Timeline maintainers
maintainer_email = [email protected]
license = Apache License, Version 2.0
license_files =
ACKNOWLEDGEMENTS
AUTHORS
LICENSE
README
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python
[options]
install_requires = file:requirements.txt
package_dir =
dfwinreg = dfwinreg
packages = find:
python_requires = >=3.8
[options.package_data]
dfwinreg =
*.yaml
[options.packages.find]
exclude =
docs
tests
tests.*
utils
where = .