We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4373572 commit 35484deCopy full SHA for 35484de
setup.py
@@ -4,7 +4,7 @@
4
name="snp2cell",
5
version="0.2.0",
6
description="A package for finding enriched regulatory networks from GWAS and single cell data",
7
- url="https://github.com/JPatrickPett/snp2cell",
+ url="https://github.com/Teichlab/snp2cell",
8
author="J.P.Pett",
9
author_email="[email protected]",
10
license="BSD 3-clause",
@@ -29,6 +29,8 @@
29
"typing_extensions",
30
"rich",
31
"dill",
32
+ ],
33
+ tests_require=[
34
"pytest",
35
],
36
python_requires=">=3.5, <3.12",
0 commit comments