Exclude some configuration files from package

This commit is contained in:
gwenn 2022-01-08 12:42:42 +01:00
parent d4539b4a10
commit 2d37c2de41

View File

@ -11,6 +11,15 @@ keywords = ["sqlite", "database", "ffi"]
license = "MIT"
categories = ["database"]
exclude = [
"/.github/*",
"/.gitattributes",
"/appveyor.yml",
"/Changelog.md",
"/clippy.toml",
"/codecov.yml",
]
[badges]
appveyor = { repository = "rusqlite/rusqlite" }
codecov = { repository = "rusqlite/rusqlite" }