Skip to content

Commit

Permalink
restore pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Apr 30, 2024
1 parent 313d21f commit 71d4071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ version = "0.1.6"
exclude = ["mathesar/migrations"]
ignore_names = ["go_to_patents_data_table", "go_to_all_types_table", "go_to_table_with_numbers_in_text", "admin_user"]
min_confidence = 90
[tool.setuptools.package-data]
"*" = ["*.sql", "*.json", "*.html", "*.js", "*.css", "*.svg", "*.txt"]
[tool.setuptools.packages.find]
where = ["."] # list of folders that contain the packages (["."] by default)
include = ["db*", "media*", "config*", "mathesar*", "demo*", "static*"] # package names should match these glob patterns (["*"] by default)
exclude = [] # exclude packages matching these glob patterns (empty by default)

0 comments on commit 71d4071

Please sign in to comment.