From d4b9eb53a8c0a02fcb4fdd85ce45a5222ef5f68d Mon Sep 17 00:00:00 2001 From: Philipp Rescheneder Date: Fri, 31 Jan 2020 16:05:02 +0000 Subject: [PATCH] Update setup.py Fix: can't find NucDiff/__version__.py error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d155be8..5464801 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Command # Package meta-data. -NAME = 'NucDiff' +NAME = 'nucdiff' DESCRIPTION = 'NucDiff locates and categorizes differences between two closely related nucleotide sequences.' URL = 'https://github.com/uio-cels/NucDiff' AUTHOR = 'Ksenia Khelik'