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 904172c commit 6af24b2Copy full SHA for 6af24b2
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="qscache",
12
- version="0.2.10",
+ version="0.2.11",
13
description="A package to cache Django querysets.s",
14
long_description=README,
15
long_description_content_type="text/markdown",
@@ -33,7 +33,7 @@
33
"Topic :: Internet :: WWW/HTTP",
34
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
35
],
36
- packages=find_packages(exclude=["venv"]),
+ packages=find_packages(exclude=["venv", ".idea"]),
37
install_requires=[
38
"Django >= 3.0.12,<4.0.0",
39
"django-redis == 5.0",
0 commit comments