From abbc246094c6ec906a17e7f199531e2feb8f0485 Mon Sep 17 00:00:00 2001 From: zhengp Date: Mon, 7 Aug 2023 10:48:29 +0800 Subject: [PATCH] update license and build instruction --- .github/workflows/python-build.yml | 6 +++--- LICENSE | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 855040b..d52c193 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -7,12 +7,12 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: "3.10" - name: Install dependencies - run: python -m pip install .[dev] --upgrade pip + run: python -m pip install .[test] --upgrade pip - name: Test with pytest run: pytest - name: Build package distribution diff --git a/LICENSE b/LICENSE index 6b7ec3a..aeaebd8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2021, Peng Zheng +Copyright (c) 2023, IHME Math Sciences All rights reserved. Redistribution and use in source and binary forms, with or without