From 6b06838443e115af85286717efaed42485223b6c Mon Sep 17 00:00:00 2001 From: Eric Weitz Date: Sun, 19 Jan 2020 14:05:54 -0500 Subject: [PATCH] Remove redundant metadata --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e3cf92d..a5dcce6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ url='https://github.com/eweitz/degenome', author='Eric Weitz', author_email='eric.m.weitz@gmail.com', - license='CC0-1.0', description='Pipeline to convert differential gene expression matrices to Ideogram JSON', long_description=long_description, long_description_content_type='text/x-rst',