From 528bda300a238ed65d5b68673e29b88d731ac9b7 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 16 Oct 2020 21:51:08 -0700 Subject: [PATCH] Updating LICENSE file and adding to setup.cfg --- LICENSE => LICENSE.md | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) rename LICENSE => LICENSE.md (95%) diff --git a/LICENSE b/LICENSE.md similarity index 95% rename from LICENSE rename to LICENSE.md index 1bfefb3..5cf125b 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,4 +1,5 @@ Copyright (c) 2013, Jason Paryani +Copyright (c) 2019-2020, Jacob Alexander All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/setup.cfg b/setup.cfg index b88034e..8e5df73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [metadata] description-file = README.md +license_files = LICENSE.md