Skip to content

Commit 0daf0fe

Browse files
committed
CHORE: minor readme and pyproject.toml updates
1 parent f3d22eb commit 0daf0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ conda install -c conda-forge ipykernel
1515
```
1616
3. Clone the pyxalign git repo
1717
```bash
18-
git clone https://github.com/hruth/pyxalign.git
18+
git clone https://github.com/AdvancedPhotonSource/pyxalign.git
1919
```
2020
4. Install the package
2121
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pyxalign"
33
authors = [{name = "Hanna Ruth", email = "[email protected]"}]
44
version = "1.0.0"
5-
description = "Package for alignment and reconstruction of laminography data."
5+
description = "Package for alignment and reconstruction of laminography and tomography datasets."
66
dependencies = [
77
"h5py",
88
"matplotlib",

0 commit comments

Comments
 (0)