-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (41 loc) · 939 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
38
39
40
41
42
43
44
45
[metadata]
name = winshlrc
version = 20241008
description = Windows Shell resources (winshlrc)
long_description = winshlrc is a Python module part of winshl-kb to allow reuse of Windows Shell resources.
long_description_content_type = text/plain
url = https://github.com/libyal/winshl-kb
maintainer = Joachim Metz
maintainer_email = joachim.metz@gmail.com
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 =
winshlrc = winshlrc
packages = find:
python_requires = >=3.8
scripts =
scripts/extract.py
scripts/generate_docs.py
scripts/generate_source.py
scripts/merge_yaml.py
[options.package_data]
winshlrc =
data/*.yaml
[options.packages.find]
exclude =
docs
tests
tests.*
utils
where = .
[bdist_wheel]
universal = 1