reformat with black

This commit is contained in:
fscottfoti
2022-04-09 12:32:11 -07:00
parent 02c4dcc920
commit ed40933563
6 changed files with 252 additions and 220 deletions

View File

@@ -19,6 +19,6 @@ setuptools.setup(
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
scripts=['bin/pmtiles-convert','bin/pmtiles-serve','bin/pmtiles-show'],
requires_python='>=3.0'
scripts=["bin/pmtiles-convert", "bin/pmtiles-serve", "bin/pmtiles-show"],
requires_python=">=3.0",
)