Skip to content

Commit 3a7da99

Browse files
committed
improve package metadata
1 parent 2d2b37c commit 3a7da99

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Changelog
44
=========
55

66

7-
Version 2.X.Y
7+
Version 2.0.2
88
-------------
99

1010
Unreleased.
1111

1212
- Better error message for invalid inputs to angular_grid.
13+
- Improve package metadata.
1314

1415

1516
Version 2.0.1

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
name = "numgrid"
33
version = "2.0.1"
44
authors = ["Radovan Bast <[email protected]>"]
5+
description = "Numerical integration grid for molecules."
6+
license = "MPL-2.0"
57
edition = "2018"
8+
readme = "README.rst"
9+
homepage = "https://github.com/dftlibs/numgrid/"
610

711
[lib]
8-
name = "numgrid"
912
crate-type = ["cdylib", "rlib"]
1013

1114
[package.metadata.maturin]

0 commit comments

Comments
 (0)