diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-08 17:30:19 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-08 17:30:19 +0100 |
| commit | 5b01707a04c362ced66428bef8e0234176d212d9 (patch) | |
| tree | 99e43efa171403cc08c7be28f9ec791462f822a9 /pyproject.toml | |
| parent | 2a390e99e03fe538169aa6d7c23669eaa5ece467 (diff) | |
Added the changes to the templates to pass the url_for function
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9ef21d8..9e8a793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ Issues = "https://gitlab.com/KaranJayachandra/match_up/-/issues" where = ["src"] [tool.setuptools.package-data] -"*" = ["*.txt"] -mypkg1 = ["data1.rst"] +"templates" = ["*.j2"] +"static" = ["*.css", "*.js", "*.png", "*.ico"] [project.scripts] match_up = "match_up:main"
\ No newline at end of file |
