Skip to content

Commit

Permalink
Clarify and unify
Browse files Browse the repository at this point in the history
Signed-off-by: Steven K <[email protected]>
  • Loading branch information
rh0dium committed Dec 28, 2023
1 parent dcdc53f commit 1c43b70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/django-app-metrics.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies = [
"django>=4.2",
"celery",
"django-environ",
"mysqlclient"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -66,6 +65,13 @@ include = [
"/app_metrics/templates/**/*",
]

[tool.hatch.build.targets.wheel]
packages = ['app_metrics']
include = [
"/app_metrics/static/**/*",
"/app_metrics/templates/**/*",
]

[tool.black]
line-length = 100
target-version = ['py311']
Expand Down

0 comments on commit 1c43b70

Please sign in to comment.