Skip to content

Commit 82aeb5e

Browse files
Revert to old license format because it doesn't work with Python 3.8
1 parent f89fcd0 commit 82aeb5e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "polyline"
33
version = "2.0.4"
44
description = "A Python implementation of Google's Encoded Polyline Algorithm Format."
5-
license = "MIT"
6-
license-files = ["LICENSE"]
5+
license = {file = "LICENSE"}
76
authors = [
87
{name = "Frederick Jansen"},
98
{name = "Bruno M. Custódio"},
@@ -35,7 +34,7 @@ publish = [
3534

3635
[build-system]
3736
requires = [
38-
"setuptools>=75.0"
37+
"setuptools>=69.0"
3938
]
4039
build-backend = "setuptools.build_meta"
4140

0 commit comments

Comments
 (0)