From 71d407156563c109397b594c03706e1f564d0722 Mon Sep 17 00:00:00 2001 From: Anish Umale Date: Tue, 30 Apr 2024 18:32:08 +0530 Subject: [PATCH] restore pyproject.toml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 424ba722f5..c96070ba52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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) \ No newline at end of file