Skip to content

Commit

Permalink
fix: fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
jung235 committed Oct 14, 2023
1 parent c291792 commit 8574c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<h1 align="center">Pydiffuser</h1>
</p>

[![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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8574c1e

Please sign in to comment.