-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (19 loc) · 652 Bytes
/
setup.cfg
File metadata and controls
26 lines (19 loc) · 652 Bytes
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
[metadata]
name = dotmap
version = 1.3.30
description = ordered, dynamically-expandable dot-access dictionary
long_description = file:README.md
long_description_content_type = text/markdown
author = Chris Redford
author_email = credford@gmail.com
url = https://github.com/drgrib/dotmap
license = MIT
# requires setuptools >= 42.0.0
license_files = LICENSE.txt
project_urls =
Code = https://github.com/drgrib/dotmap
Issue tracker = https://github.com/drgrib/dotmap/issues
keywords = dict, dot, map, order, ordered, ordereddict, access, dynamic
[options]
python_requires = >= 3.6
packages = dotmap