Skip to content

Commit

Permalink
fix package set up
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Sep 19, 2024
1 parent 1ff753b commit 05a3c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ classifiers = [

]

include = ["AUTHORS.rst"]

[tool.poetry.urls]
Homepage = "https://github.com/amirreza8002/django-valkey"
Source = "https://github.com/amirreza8002/django-valkey"
Expand Down Expand Up @@ -97,4 +99,4 @@ parallel = true


[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402", "F401", "F403"]
"__init__.py" = ["E402", "F401", "F403"]

0 comments on commit 05a3c12

Please sign in to comment.