Skip to content

Commit

Permalink
Review build configuration (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Mar 21, 2023
1 parent a4af802 commit 9b60fca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ homepage = "https://github.com/emmett-framework/granian"
repository = "https://github.com/emmett-framework/granian"

include = [
"Cargo.toml",
"LICENSE",
"pyproject.toml",
"README.md",
"src/*"
"/Cargo.toml",
"/pyproject.toml",
"/build.rs",
"/LICENSE",
"/README.md",
"/src",
"/granian",
"/tests",
"!__pycache__",
"!tests/.pytest_cache",
"!*.so",
]

[lib]
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,3 @@ build-backend = "maturin"

[tool.maturin]
bindings = "pyo3"
include = [
"Cargo.lock",
"granian/*.py",
"granian/*.pyi",
"tests/**/*.py"
]

0 comments on commit 9b60fca

Please sign in to comment.