Skip to content

Commit 0ea23e1

Browse files
upload to PyPI
1 parent 7b26319 commit 0ea23e1

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Despite the prolific availability of software tools to visualize diffusion MRI d
1111
You can install the package using Python (3.10+):
1212

1313
```bash
14-
pip install git+https://github.com/MASILab/open_dive
14+
pip install open-dive
1515
```
1616

1717
## Usage
@@ -43,7 +43,7 @@ Please see the [wiki](https://github.com/MASILab/open_dive/wiki) for documentati
4343

4444
## Contributing
4545

46-
We welcome issues and pull requests! For details on contributing, please see [CONTRIBUTING.md](CONTRIBUTING.md).
46+
We welcome issues and pull requests! For details on contributing, please see [CONTRIBUTING.md](https://github.com/MASILab/open_dive/blob/main/CONTRIBUTING.md).
4747

4848
### Aims
4949

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ Issues = "https://github.com/MASILab/open_dive/issues"
2626

2727
[project.scripts]
2828
open-dive = "open_dive.scripts.run:main"
29+
30+
[[tool.uv.index]]
31+
name = "testpypi"
32+
url = "https://test.pypi.org/simple/"
33+
publish-url = "https://test.pypi.org/legacy/"
34+
explicit = true
35+
36+
[[tool.uv.index]]
37+
name = "pypi"
38+
url = "https://pypi.org/simple/"
39+
publish-url = "https://upload.pypi.org/legacy/"
40+
default = true

0 commit comments

Comments
 (0)