Skip to content

Commit

Permalink
update python README
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jan 5, 2025
1 parent 45ed444 commit 971f158
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
9 changes: 0 additions & 9 deletions python/README

This file was deleted.

10 changes: 10 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## XrayDB Python module

Python interface to XrayDB: X-ray Reference Data for the Elements

To install, use
```
pip install xraydb
```

License: MIT
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ addopts = "--cov=xraydb --cov-report html"
name = "xraydb"
dynamic = ["version"]
requires-python = ">= 3.9"
description = "calculations with reference data for X-ray interactions with matter"
readme = "README"
description = "calculations with XrayDB: reference data for X-ray interactions with matter"
readme = "README.md"
authors = [
{name = "Matthew Newville", email = "[email protected]"}
]
Expand Down

0 comments on commit 971f158

Please sign in to comment.