forked from GreenBuildingRegistry/usaddress-scourgify
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (30 loc) · 849 Bytes
/
setup.cfg
File metadata and controls
30 lines (30 loc) · 849 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
29
30
[metadata]
name=usaddress-scourgify
version=0.1.9
description=Clean US addresses following USPS pub 28 and RESO guidelines
author=Fable Turas
author_email=fable@rainsoftware.tech
maintainer=GreenBuildingRegistry
maintainer_email=admin@greenbuildingregistry.com
keywords= usaddress, normalization, address
url=https://github.com/GreenBuildingRegistry/usaddress-scourgify
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
python_requires='>=3.5'
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
geocoder>=1.22.6
usaddress>=0.5.9
frozendict>=1.2
yaml-config>=0.1.2
typing>=3.6.1
[bdist_wheel]
python-tag = py3