-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
49 lines (39 loc) · 1.2 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 = multiconf
url = https://github.com/lhupfeldt/multiconf.git
author = Lars Hupfeldt Nielsen
author_email = lhn@hupfeldtit.dk
copyright = Copyright (c) 2012 - 2023 Lars Hupfeldt Nielsen, Hupfeldt IT
description = Python API providing a set of classes as basis for configuration objects with multiple values per attribute.
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: System :: Installation/Setup
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
[options]
zip_safe = True
include_package_data = True
install_requires =
typing-inspect>=0.9.0
python_requires = >= 3.9
packages =
multiconf
package_dir =
multiconf = src
[options.extras_require]
dev =
nox
[aliases]
test = nox