Skip to content

Commit

Permalink
fix: CI - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadarsh2008 committed Jun 14, 2024
1 parent 033ed4f commit 27e3134
Showing 1 changed file with 17 additions and 57 deletions.
74 changes: 17 additions & 57 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,66 +1,26 @@
[tool.maturin]
[project]
name = "flpc"
version = "0.1.1"
description = "A Rust-based regex port for Python3 to faster performance. 👾"
authors = ["Adarsh Gourab Mahalik [email protected]"]
maintainers = [{ name = "Adarsh Gourab Mahalik", email = "[email protected]" }]
readme = "README.md"
homepage = "https://github.com/itsmeadarsh2008/flpc"
repository = "https://github.com/itsmeadarsh2008/flpc.git"
license = "MIT"
keywords = [
"regex",
"rust",
"python",
"regexp",
"pattern",
"matching",
"search",
"replace",
"parse",
"extract",
"fast",
"high-performance",
"efficient",
"lightweight",
"port",
"binding",
"extension",
"compiled",
"native",
"speedup",
"optimization",
"accelerate",
"boost",
"enhance",
"improve",
"rapid",
"quick",
"swift",
"blazing",
"zippy",
"snappy",
"nimble",
"agile",
"responsive",
"peppy",
"lively",
"brisk",
"vigorous",
"dynamic",
"energetic",
"re",
]
[tool.maturin.urls]
"Bug Tracker" = "https://github.com/itsmeadarsh2008/flpc/issues"
[build-system]
requires = ["maturin>=1.6,<2.0"]
build-backend = "maturin"
[project]
name = "flpc"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/itsmeadarsh2008/flpc"
Repository = "https://github.com/itsmeadarsh2008/flpc.git"
"Bug Tracker" = "https://github.com/itsmeadarsh2008/flpc/issues"

[tool.maturin]
features = ["pyo3/extension-module"]

[build-system]
requires = ["maturin>=1.6,<2.0"]
build-backend = "maturin"

0 comments on commit 27e3134

Please sign in to comment.