From d85b3cd1e8fd4ecc590f132b5892d792bce5993f Mon Sep 17 00:00:00 2001 From: falexwolf Date: Mon, 24 Jul 2017 03:10:16 +0200 Subject: [PATCH] updated setup to include correct license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6ce9177c9..b6456b5e87 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ url='http://github.com/theislab/scanpy', author='F. Alexander Wolf, P. Angerer', author_email='alex.wolf@helmholtz-muenchen.de', - license='GPL-3.0', + license='BSD-3-Clause', entry_points={ 'console_scripts': [ 'scanpy = scanpy.__main__:main',