From b70b1294671c9439b92881d892abba8107746421 Mon Sep 17 00:00:00 2001 From: Nichlas Severinsen Date: Fri, 7 Jun 2019 09:08:56 +0200 Subject: [PATCH] Preparing for PyPi --- LICENSE.txt | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 LICENSE.txt create mode 100644 setup.cfg diff --git a/LICENSE.txt b/LICENSE.txt new file mode 120000 index 0000000..d24842f --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1 @@ +COPYING \ No newline at end of file diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md