Skip to content

Commit 7e8dba9

Browse files
committed
Some packaging fixes.
1 parent d650487 commit 7e8dba9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ include CHANGELOG.rst
2020
include CONTRIBUTING.rst
2121
include LICENSE
2222
include README.rst
23+
include SECURITY.md
2324

2425
global-exclude *.py[cod] __pycache__/* *.so *.dylib

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ dependencies = [
5555
[dependency-groups]
5656
test = [
5757
"pytest",
58+
"twisted",
59+
"pytest-benchmark",
5860
]
5961

6062
[project.urls]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependency_groups =
3131
test
3232
deps =
3333
pytest-cov
34-
pytest-benchmark
3534
setuptools>=80
3635
commands =
3736
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests README.rst}

0 commit comments

Comments
 (0)