Skip to content

Commit

Permalink
Update pyproject excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Mar 2, 2024
1 parent ce5c7e2 commit 18dff2d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
graft windows_interop
include webview/lib/Microsoft.Web.WebView2.LICENSE.md
exclude docs/**/*
exclude examples/**/*
exclude tests/**/*
exclude logo/**/*
exclude appveyor.yml
exclude interop/**/*
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ android = ["kivy", "jnius"]
Homepage = "https://pywebview.flowrl.com/"
Repository = "https://github.com/r0x0r/pywebview"

[tool.build-system]
exclude = [
"docs/*",
"tests/*",
"examples/*",
".github/*",
"logo/*",
"appveyor.yml",
".*"
]

[tool.black]
line-length = 100

Expand Down

0 comments on commit 18dff2d

Please sign in to comment.