Skip to content

Commit c5d8bf7

Browse files
authored
update pyproject.toml metadata after PEP 621 (#13)
1 parent 6f0d11f commit c5d8bf7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/source/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.2.2 (2022 Apr 3)
4+
### Maintenance and fixes
5+
* Add license file to `pyproject.toml` and remove ignored manifest file {pull}`13`
6+
37
## v0.2.1 (2022 Apr 3)
48
### Maintenance and fixes
59
* Add manifest file to include the license and changelog in the pypi package {pull}`12`

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "xarray-einstats"
77
readme = "README.md"
8+
requires-python = ">=3.7"
9+
license = {file = "LICENSE"}
810
authors = [
911
{name = "ArviZ team", email = "arviz.devs@gmail.com"}
1012
]
@@ -36,6 +38,7 @@ name = "xarray_einstats"
3638
source = "https://github.com/arviz-devs/xarray-einstats"
3739
tracker = "https://github.com/arviz-devs/xarray-einstats/issues"
3840
documentation = "https://xarray-einstats.readthedocs.io"
41+
funding = "https://opencollective.com/arviz"
3942

4043
[project.optional-dependencies]
4144
einops = [ "einops" ]

src/xarray_einstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ["einsum", "raw_einsum", "einsum_path", "matmul"]
1212

13-
__version__ = "0.2.1"
13+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)