From 8574c1edc6b1482c001d5c4570af22302baa3cb2 Mon Sep 17 00:00:00 2001 From: jung235 Date: Sun, 15 Oct 2023 01:45:20 +0900 Subject: [PATCH] fix: fix license --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8316f78..41b5b84 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@

Pydiffuser

-[![pypi](https://img.shields.io/badge/pypi-v0.0.1-blue)](https://pypi.org/) -[![python](https://img.shields.io/badge/python-3.10_|_3.11_|_3.12-blue)](https://pypi.org/) +[![pypi](https://img.shields.io/badge/pypi-v0.0.1-blue)](https://pypi.org/project/pydiffuser/) +[![python](https://img.shields.io/badge/python-3.10_|_3.11_|_3.12-blue)](https://pypi.org/project/pydiffuser/) [![doi](https://img.shields.io/badge/DOI--blue)](https://zenodo.org/) [![codecov](https://codecov.io/gh/jung235/pydiffuser/graph/badge.svg?token=UAT5VEBK0O)](https://codecov.io/gh/jung235/pydiffuser) [![ci](https://github.com/jung235/pydiffuser/actions/workflows/ci.yml/badge.svg)](https://github.com/jung235/pydiffuser/actions/workflows/ci.yml) @@ -25,7 +25,7 @@ Pydiffuser is a numerical simulation framework for nonequilibrium statistical ph Python 3.10+, [`jax>=0.4.18`](https://pypi.org/project/jax/), and [`jaxlib>=0.4.18`](https://pypi.org/project/jaxlib/). -### From [PyPI](https://pypi.org) +### From [PyPI](https://pypi.org/project/pydiffuser/) ```console $ pip install pydiffuser diff --git a/pyproject.toml b/pyproject.toml index 08f227e..f0c31f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pydiffuser" description = "A simulation framework for nonequilibrium statistical physics" readme = "README.md" -license = "Apache License 2.0" +license = {file="LICENSE"} authors = [{name = "Yurim Jung"}, {email = "jung65537@gmail.com"}] keywords = [ "nonequilibrium statistical physics",