Skip to content

Commit

Permalink
Bump maturin version and add typed classifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekitdev committed Jul 25, 2024
1 parent 8be87f9 commit 0f98b61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["maturin >= 1.7.0"]
build-backend = "maturin"

[project]
name = "xor-cipher-core"
version = "1.1.0"
Expand All @@ -21,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
"Typing :: Typed",
]

[project.urls]
Expand All @@ -33,7 +38,3 @@ Repository = "https://github.com/xor-cipher/xor-cipher-core"
module-name = "xor_cipher_core._xor_cipher_core"
bindings = "pyo3"
strip = true

[build-system]
requires = ["maturin >= 1.6.0"]
build-backend = "maturin"

0 comments on commit 0f98b61

Please sign in to comment.