diff --git a/pyproject.toml b/pyproject.toml index a7cbf9c0..d636c811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,6 @@ [build-system] -requires = [ - "flit>=2.0", - "gitpython>=3.0.0,<4.0.0", - "radon>=4.0.0,<4.1.0", - "click>=7.0,<9.0", - "nbformat>=5.1.3,<6.0.0", - "colorlog>=4.0.0,<5.0.0", - "tabulate>=0.8.2,<1.0.0", - "plotly>=4.0.0,<5.0.0", - "sphinx", - "sphinx-click", - "progress>=1.4,<2.0", - "dataclasses; python_version == '3.6'",] -build-backend = "flit.buildapi" +requires = ["flit_core>=2,<4"] +build-backend = "flit_core.buildapi" [tool.flit.metadata] module = "wily" @@ -30,17 +18,18 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", - ] +] requires = [ "gitpython>=3.0.0,<4.0.0", "radon>=4.0.0,<4.1.0", - "click>=7.0,<8.0", + "click>=7.0,<9.0", "nbformat>=5.1.3,<6.0.0", "colorlog>=4.0.0,<5.0.0", "tabulate>=0.8.2,<1.0.0", "plotly>=4.0.0,<5.0.0", - "progress==1.4", - "dataclasses; python_version == '3.6'",] + "progress>=1.4,<2.0", + "dataclasses; python_version == '3.6'", +] requires-python = ">=3.6" description-file = "README.md"