Skip to content

Commit

Permalink
Merge pull request #3559 from mathesar-foundation/resolve_conflict
Browse files Browse the repository at this point in the history
Resolve merge conflict for #3558
  • Loading branch information
mathemancer authored May 2, 2024
2 parents 7bacf30 + 71d4071 commit 4adfc23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[project]
name = "Mathesar"
version = "0.1.6"
[tool.vulture]
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 4adfc23

Please sign in to comment.