Skip to content

Commit

Permalink
Merge pull request #3567 from mathesar-foundation/revert_3559
Browse files Browse the repository at this point in the history
Revert #3559
  • Loading branch information
mathemancer committed May 8, 2024
2 parents 4e619c6 + fd7c341 commit a61f61d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[project]
name = "Mathesar"
version = "0.1.7"
[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 a61f61d

Please sign in to comment.