File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ authors = [
1010]
1111readme = " README.md"
1212requires-python = " >=3.2"
13- keywords = [" django" , " search" ]
1413license = {"text" = " Apache 2.0" }
1514classifiers = [
1615 " Development Status :: 5 - Production/Stable" ,
@@ -30,16 +29,11 @@ Source = "https://github.com/grantjenks/python-sortedcontainers"
3029Tracker = " https://github.com/grantjenks/python-sortedcontainers/issues"
3130
3231[tool .setuptools .dynamic ]
33- version = {attr = " djangoinstantsearch .__version__" }
32+ version = {attr = " sortedcontainers .__version__" }
3433
3534[tool .setuptools .packages .find ]
3635where = [" src" ]
3736
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-
4337[tool .ruff ]
4438format.quote-style = " single"
4539
You can’t perform that action at this time.
0 commit comments