Skip to content

Commit

Permalink
STYLE: trying to get an updated wheel that works ok ...
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed May 22, 2024
1 parent f4c612c commit 187841c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,11 @@ If you encounter an issue, have questions about using ANTsPyNet, or want to requ
## License

The ANTsPyNet package is released under an [Apache License](https://github.com/ANTsX/ANTsPyNet/blob/master/LICENSE.md).

## to publish a release

```
rm -r -f build/ antspynet.egg-info/ dist/
python3 -m build .
twine upload --repository antspynet dist/*
```
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "antspynet"
version = "0.2.4"
version = "0.2.5"
description = "A collection of deep learning architectures ported to the python language and tools for basic medical image processing."
readme = "README.md"
authors = [
Expand All @@ -29,13 +29,9 @@ dependencies = [
"statsmodels",
"matplotlib"
]
dynamic = ["version"]

[project.urls]
homepage = "https://github.com/ANTsX/ANTsPyNet"

[tool.setuptools_scm]
tag_regex = '^v(.+)$'

[tool.setuptools.packages]
find = { include = ["antspynet"] }

0 comments on commit 187841c

Please sign in to comment.