Skip to content

Commit

Permalink
Add Python metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Feb 3, 2022
1 parent 5a797c7 commit 0929f76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
authors = ["Guillaume Fraux <[email protected]>"]
repository = "https://github.com/luthaf/wigners"
license = "MIT/Apache-2.0"
keywords = ["clebsch", "gordan", "wigner"]
keywords = ["clebsch-gordan", "wigner"]
categories = ["science"]
readme = "README.md"
description = "Compute Wigner 3j and Clebsch-Gordan coefficients in pure Rust"
Expand Down
28 changes: 18 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,24 @@ name = wigners
long_description = file: README.md
long_description_content_type = text/markdown

; license_files =
; author =
; author_email =
; description =
; keywords =
; url =
; classifiers =
author = Guillaume Fraux
author_email = [email protected]
description = Compute Wigner 3j and Clebsch-Gordan coefficients
url = https://github.com/Luthaf/wigners
license_files =
LICENSE-MIT
LICENSE-APACHE
keywords =
clebsch-gordan
wigner
classifiers =
Development Status :: 4 - Beta
Environment :: Console
License :: OSI Approved :: MIT License
License :: OSI Approved :: Apache Software License
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics

[options]
zip_safe = False
Expand All @@ -19,6 +30,3 @@ package_dir =

[options.packages.find]
where = python

[bdist_wheel]
universal = 1

0 comments on commit 0929f76

Please sign in to comment.