From 57576e1c5c0f65e33fdae49fe5d3d2d8ab35f3fb Mon Sep 17 00:00:00 2001 From: gwaygenomics Date: Sun, 14 Jul 2019 12:21:27 -0400 Subject: [PATCH 1/2] 2019 license + markdown --- LICENSE => LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.md (96%) diff --git a/LICENSE b/LICENSE.md similarity index 96% rename from LICENSE rename to LICENSE.md index a7b3e1d..8008ce2 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright © 2003 - 2018 Broad Institute, Inc. All rights reserved. +Copyright © 2003 - 2019 Broad Institute, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From 9abeabdf71c6336c905053b9eeff1e4e7ffd21dd Mon Sep 17 00:00:00 2001 From: gwaygenomics Date: Sun, 14 Jul 2019 12:21:55 -0400 Subject: [PATCH 2/2] add myself as maintainer --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index fc90efa..a3e51b5 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,8 @@ version='0.2.0', author="Shantanu Singh", author_email="shsingh@broadinstitute.org", + maintainer="Gregory Way", + maintainer_email="gregory.way@gmail.com", entry_points=""" [console_scripts] cytominer-database=cytominer_database.command:command