forked from GreenBuildingRegistry/usaddress-scourgify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (29 loc) · 856 Bytes
/
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
[metadata]
name=usaddress-scourgify
version=0.6.0
description=Clean US addresses following USPS pub 28 and RESO guidelines
author=Fable Turas
maintainer=GreenBuildingRegistry
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
Programming Language :: Python :: 3.8
python_requires='>=3.5'
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
geocoder>=1.22.6
usaddress>=0.5.9
yaml-config>=0.1.2
[bdist_wheel]
python-tag = py3