Skip to content

Commit

Permalink
README build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Feb 15, 2021
1 parent a42b71a commit 9be94ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ coverlovin2 requires Python version 3.7 or greater.
- [pipenv](#pipenv)
- [pipenv update](#pipenv-update)
- [pytest](#pytest)
- [build](#build)
- [Other Miscellaneous Notes](#other-miscellaneous-notes)
- [Issues‼ 🐛 🐵](#issues---)
- [Run Phases](#run-phases)
Expand Down Expand Up @@ -235,6 +236,10 @@ or (Powershell)

.\tools\pytest-run.ps1

#### build

python setup.py bdist_wheel

## Other Miscellaneous Notes

coverlovin2 is inspired by [coverlovin](https://github.com/amorphic/coverlovin).
Expand Down
2 changes: 1 addition & 1 deletion coverlovin2/coverlovin2.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
__url_source__ = __url__
__url_project__ = "https://pypi.org/project/CoverLovin2/"
__app_name__ = "CoverLovin2"
__version__ = "0.6.1"
__version__ = "0.6.2"
# https://tools.ietf.org/html/rfc1945#section-3.7
__product_token__ = __app_name__ + "/" + __version__
__doc__ = """Recursively process passed directories of audio media files, attempting\
Expand Down

0 comments on commit 9be94ee

Please sign in to comment.