-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
49 lines (47 loc) · 1.43 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
[metadata]
name = std-nslog
version = attr: nslog.__version__
url = https://github.com/beeware/std-nslog
project_urls =
Funding = https://beeware.org/contributing/membership/
Tracker = https://github.com/beeware/std-nslog/issues
Source = https://github.com/beeware/std-nslog
author = Russell Keith-Magee
author_email = [email protected]
maintainer = Russell Keith-Magee
maintainer_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: iOS
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Utilities
license = New BSD
license_file = LICENSE
description = A shim that redirects stderr/stdout to the Apple System Log (NSLog)
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
keywords =
apple
nslog
system log
macOS
iOS
platforms = any
[options]
py_modules = nslog
python_requires = >= 3.7
[flake8]
max-complexity = 25
max-line-length = 119
ignore = E203