Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ygbr committed Sep 7, 2020
1 parent 7e86782 commit 6615881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ classifiers =
Programming Language :: Python :: 3.8
license = MIT
license_file = LICENSE
license_content_type = text/markdown
description = Apple Maps Web Snapshots on Python
description-file = README.md
description_content_type = text/markdown
long-description = file: README.md, CHANGELOG.md, LICENSE
long_description_content_type = text/markdown
keywords = apple, mapkit, web, snapshot, maps, map
platforms = any

Expand All @@ -60,6 +63,7 @@ tests_requires =

[flake8]
max-line-length = 88
exclude = .git, .eggs, __pycache__, tests/, docs/, build/, dist/

[isort]
multi_line_output=3
Expand Down

0 comments on commit 6615881

Please sign in to comment.