Skip to content
Snippets Groups Projects
Commit 039230a1 authored by lkugler's avatar lkugler
Browse files

setup

parent af2a7055
No related branches found
No related tags found
No related merge requests found
import datetime
import setuptools import setuptools
""" """
Install locally: 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: with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read() long_description = fh.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment