Skip to content

Commit 35484de

Browse files
committed
move pytest to tests_require section
1 parent 4373572 commit 35484de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name="snp2cell",
55
version="0.2.0",
66
description="A package for finding enriched regulatory networks from GWAS and single cell data",
7-
url="https://github.com/JPatrickPett/snp2cell",
7+
url="https://github.com/Teichlab/snp2cell",
88
author="J.P.Pett",
99
author_email="[email protected]",
1010
license="BSD 3-clause",
@@ -29,6 +29,8 @@
2929
"typing_extensions",
3030
"rich",
3131
"dill",
32+
],
33+
tests_require=[
3234
"pytest",
3335
],
3436
python_requires=">=3.5, <3.12",

0 commit comments

Comments
 (0)