We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2b37c commit 3a7da99Copy full SHA for 3a7da99
2 files changed
CHANGES.rst
@@ -4,12 +4,13 @@ Changelog
4
=========
5
6
7
-Version 2.X.Y
+Version 2.0.2
8
-------------
9
10
Unreleased.
11
12
- Better error message for invalid inputs to angular_grid.
13
+- Improve package metadata.
14
15
16
Version 2.0.1
Cargo.toml
@@ -2,10 +2,13 @@
2
name = "numgrid"
3
version = "2.0.1"
authors = ["Radovan Bast <[email protected]>"]
+description = "Numerical integration grid for molecules."
+license = "MPL-2.0"
edition = "2018"
+readme = "README.rst"
+homepage = "https://github.com/dftlibs/numgrid/"
[lib]
-name = "numgrid"
crate-type = ["cdylib", "rlib"]
[package.metadata.maturin]
0 commit comments