Skip to content

Commit

Permalink
pyproject updates for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
AScriver committed Nov 9, 2024
1 parent f706dbb commit fe104a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@ build-backend = "maturin"

[project]
name = "process_memory_writer"
requires-python = ">=3.8"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries",
]
dynamic = ["version"]
description = "A library for writing to process memory"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Austin Scriver", email = "[email protected]" }
]
keywords = ["memory", "process", "automation", "windows"]

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

0 comments on commit fe104a2

Please sign in to comment.