diff --git a/setup.py b/setup.py
index 13e9acf37f2d7e8ebca26ba7d699bce1fe3c776a..2e0c8a0d818a6d53c7cced7dba7a995afdcd55ff 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()