From f99f3c23536a2b6fe6e2033fad1d838fa5af02fa Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 3 Oct 2024 15:29:37 +0300 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0314f73..b9053cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["maturin>=1,<2"] build-backend = "maturin" +requires = ["maturin>=1,<2"] [project] name = "pyromark" @@ -10,9 +10,6 @@ keywords = ["converter", "html"] authors = [{ name = "monosans", email = "hsyqixco@protonmail.com" }] requires-python = ">=3.7" classifiers = [ - "Environment :: Console", - "Intended Audience :: Developers", - "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS", @@ -30,9 +27,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Rust", - "Topic :: Software Development", - "Topic :: Software Development :: Libraries", - "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed", ] urls.documentation = "https://pyromark.readthedocs.io"