Skip to content

Commit

Permalink
Remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 22, 2024
1 parent 7efb8fa commit 550dcda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 101 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ readme = {file = "README.rst", content-type = "text/x-rst"}
tests = ["pytest>=3.2.1,!=3.3.0"]
typecheck = ["mypy"]

[[tool.setuptools-rust.ext-modules]]
target = "bcrypt._bcrypt"
path = "src/_bcrypt/Cargo.toml"
py-limited-api = "auto"
rust-version = ">=1.64.0"

[tool.ruff]
line-length = 79
Expand Down
101 changes: 0 additions & 101 deletions setup.py

This file was deleted.

0 comments on commit 550dcda

Please sign in to comment.