Skip to content

Commit efaf5e4

Browse files
committed
move build backend to flit
1 parent fc7dd9d commit efaf5e4

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

pyproject.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools"]
2+
build-backend = "flit_core.buildapi"
3+
requires = ["flit_core>=3.2"]
44

55
[project]
66
name = "matplotlib-inline"
77
description = "Inline Matplotlib backend for Jupyter"
88
authors = [
9-
{name = "IPython Development Team", email = "[email protected]"},
9+
{ name = "IPython Development Team", email = "[email protected]" },
1010
]
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
@@ -29,13 +29,8 @@ classifiers = [
2929
]
3030
dependencies = ["traitlets"]
3131
dynamic = ["version"]
32-
keywords = [
33-
"ipython",
34-
"jupyter",
35-
"matplotlib",
36-
"python",
37-
]
38-
license = {file = "LICENSE"}
32+
keywords = ["ipython", "jupyter", "matplotlib", "python"]
33+
license = { file = "LICENSE" }
3934
readme = "README.md"
4035
requires-python = ">=3.8"
4136

@@ -46,4 +41,4 @@ inline = "matplotlib_inline.backend_inline"
4641
Homepage = "https://github.com/ipython/matplotlib-inline"
4742

4843
[tool.setuptools.dynamic]
49-
version = {attr = "matplotlib_inline.__version__"}
44+
version = { attr = "matplotlib_inline.__version__" }

setup.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)