Skip to content

Commit a5fa691

Browse files
committed
Fixes for local install
1 parent e0ffff6 commit a5fa691

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ authors = [
1010
]
1111
readme = "README.md"
1212
requires-python = ">=3.2"
13-
keywords = ["django", "search"]
1413
license = {"text" = "Apache 2.0"}
1514
classifiers = [
1615
"Development Status :: 5 - Production/Stable",
@@ -30,16 +29,11 @@ Source = "https://github.com/grantjenks/python-sortedcontainers"
3029
Tracker = "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]
3635
where = ["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]
4438
format.quote-style = "single"
4539

0 commit comments

Comments
 (0)