-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
39 lines (36 loc) · 977 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
30
31
32
33
34
35
36
37
38
39
[metadata]
name = jageocoder
version = attr: jageocoder.__version__
url = https://github.com/t-sagara/jageocoder
download_url = https://github.com/t-sagara/jageocoder
author = Takeshi Sagara
author_email = [email protected]
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
license = MIT
license_files = [ LICENSE ]
description = A Python implementation of Japanese-address geocoder.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
geocoder
Japanese
address
[options]
packages =
jageocoder
install_requires =
marisa-trie
jaconv
deprecated
docopt
[options.entry_points]
console_scripts =
jageocoder = jageocoder.__main__:main
[options.package_data]
* = *.py, itaiji_dic.json