Skip to content

Commit 442f199

Browse files
authored
Allow flit_core 3.x and remove python2 leftovers (#94)
1 parent d59c534 commit 442f199

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=2,<3"]
2+
requires = ["flit_core >=2,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
@@ -12,7 +12,6 @@ home-page = "https://github.com/elastic/ecs-logging-python"
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
15-
"Programming Language :: Python :: 2",
1615
"Programming Language :: Python :: 3",
1716
"Programming Language :: Python :: 3.6",
1817
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)