Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
new-village committed Jan 16, 2023
1 parent 6a26f99 commit f1b63b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Many properties are available once the cnparser object is created.
>>> import cnparser
>>> cndata = cnparser.bulk_enrich(cndata)
>>> cndata.show
[{'sequence_number': '1', 'corporate_number': '1000013050246', ..., 'lat': 34.978982, 'lng': 132.525163, 'level': 3}, {...}]
[{'sequence_number': '1', ..., 'lat': 34.978982, 'lng': 132.525163, 'level': 3}, {...}]
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
description='cnparser is a parser library of Corporate Number Publication Site data.',
long_description=long_description,
long_description_content_type="text/markdown",
license = 'Apache License 2.0'
license = 'Apache License 2.0',
install_requires=['requests', 'bs4', 'kanjize==1.2.0', 'normalize-japanese-addresses==0.0.5'],
packages=find_packages(),
package_data={'': ['config/*.json']},
Expand Down

0 comments on commit f1b63b0

Please sign in to comment.