Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 3, 2024
1 parent 66b546f commit f99f3c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
requires = ["maturin>=1,<2"]

[project]
name = "pyromark"
Expand All @@ -10,9 +10,6 @@ keywords = ["converter", "html"]
authors = [{ name = "monosans", email = "[email protected]" }]
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",
Expand All @@ -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"
Expand Down

0 comments on commit f99f3c2

Please sign in to comment.