File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ authors = [
10
10
]
11
11
readme = " README.md"
12
12
requires-python = " >=3.2"
13
- keywords = [" django" , " search" ]
14
13
license = {"text" = " Apache 2.0" }
15
14
classifiers = [
16
15
" Development Status :: 5 - Production/Stable" ,
@@ -30,16 +29,11 @@ Source = "https://github.com/grantjenks/python-sortedcontainers"
30
29
Tracker = " https://github.com/grantjenks/python-sortedcontainers/issues"
31
30
32
31
[tool .setuptools .dynamic ]
33
- version = {attr = " djangoinstantsearch .__version__" }
32
+ version = {attr = " sortedcontainers .__version__" }
34
33
35
34
[tool .setuptools .packages .find ]
36
35
where = [" src" ]
37
36
38
- [tool .pytest .ini_options ]
39
- DJANGO_SETTINGS_MODULE = " www.settings"
40
- python_files = [" tests.py" , " test_*.py" , " *_tests.py" ]
41
- addopts = " --cov www --cov interplexer --cov-report term"
42
-
43
37
[tool .ruff ]
44
38
format.quote-style = " single"
45
39
You can’t perform that action at this time.
0 commit comments