Skip to content

Commit

Permalink
Merge pull request #5 from neo4j-drivers/prune-dev-files-from-package
Browse files Browse the repository at this point in the history
Prune development files from package
  • Loading branch information
robsdedude authored Nov 3, 2023
2 parents 5c3ce47 + 4f7731a commit 3aaa20e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,16 @@ build-backend = "maturin"
[tool.maturin]
features = ["pyo3/extension-module", "pyo3/generate-import-lib"]
module-name = "neo4j._codec.packstream._rust"
exclude = [
"/.editorconfig",
".gitignore",
".gitmodules",
".pre-commit-config.yaml",
"bin/**/*",
"driver/**/*",
"test*/**/*",
"CONTRIBUTING.md",
"requirements*.txt",
"tox.ini",
{ path = "neo4j/**/.keep", format = "wheel" }
]
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pytest
freezegun

# for packaging
build
maturin

0 comments on commit 3aaa20e

Please sign in to comment.