-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (28 loc) · 837 Bytes
/
setup.cfg
File metadata and controls
28 lines (28 loc) · 837 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
26
27
28
[metadata]
name=dubplate
version=0.2.0
description=A Python immutable, dict-like structure for storing data
author=Paul Munday
author_email=paul@paulmunday.net
maintainer=GreenBuildingRegistry
maintainer_email=admin@greenbuildingregistry.com
url=https://github.com/GreenBuildingRegistry/dubplate
license=LICENSE
keywords= greenbuildingregistry, record, dict, immutable
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
License :: OSI Approved :: MIT License
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
immutabledict>=4.1.0
[bdist_wheel]
universal = 1