Skip to content

Commit caed6cc

Browse files
committed
Update URL in setup.py
1 parent d2a852e commit caed6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
setup( name = 'pyinseq',
2525
version = __version__,
2626
description = 'Analysis of transposon insertion sequencing (INSeq) data in Python',
27-
url = 'https://mandel01.github.io/pyinseq/',
27+
url = 'https://github.com/mandel01/pyinseq',
2828
author = 'Mark J. Mandel',
2929
author_email = 'mandel01@gmail.com',
3030
license = 'BSD',

0 commit comments

Comments
 (0)