Skip to content

Commit

Permalink
fix: local dev hokusai reports version 0.0.0 which some artsy project…
Browse files Browse the repository at this point in the history
…s do not allow
  • Loading branch information
artsyjian committed Aug 18, 2023
1 parent 9b44073 commit 89f2229
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@ To update dependencies:
poetry lock
```
### Local Dev Hokusai Version
The version reported by `hokusai version` is taken from `hokusai/_version.py` file. The file is dynamically generated by [setuptools_scm](https://github.com/pypa/setuptools_scm) during CI and it is not version controlled. To have the file in local dev, run:
```
python -m setuptools_scm
```
## Testing
### Install Minikube
Expand Down

0 comments on commit 89f2229

Please sign in to comment.