We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20cbb commit ced458bCopy full SHA for ced458b
MANIFEST.in
pyproject.toml
@@ -1,14 +1,14 @@
1
[tool.poetry]
2
name = "django-admin-numeric-filter"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "Numeric filters for Django admin"
5
license = "MIT"
6
readme = "README.md"
7
authors = []
8
homepage = "https://github.com/lukasvinclav/django-admin-numeric-filter"
9
repository = "https://github.com/lukasvinclav/django-admin-numeric-filter"
10
packages = [
11
- { include = "admin_numeric_filter", from = "src" },
+ { include = "admin_numeric_filter" },
12
]
13
keywords = [
14
"django",
0 commit comments