From 039230a1bac95e255d94d05d78777ab850e83f78 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Wed, 24 Nov 2021 17:24:07 +0100 Subject: [PATCH] setup --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 13e9acf..2e0c8a0 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,10 @@ -import datetime import setuptools """ Install locally: ->>> pip install climodlab +>>> python setup.py install """ -YEAR = datetime.date.today().year -LICENSE_SHORT = f"Copyright (C) {YEAR} ZAMG. All rights reserved" - with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() -- GitLab