Skip to content

Commit

Permalink
edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuOnuki committed Jan 2, 2024
1 parent f65758b commit a6ed31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This repository provides a Python logging handler, BlobStorageTimedRotatingFileH
```bash
pip install azure-storage-blob
pip install azure-identity
pip install pylogger2azblob
# this package is for dev stage.
pip install -i https://test.pypi.org/simple/ pylogger2azblob
```

1. Set an .env file with the following content:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pylogger2azblob"
version = "0.0.4"
version = "0.0.5"
authors = [{name="Kazuya Onuki"}]
description = "a Python logging handler, BlobStorageTimedRotatingFileHandler, that extends the functionality of the built-in TimedRotatingFileHandler."
readme = "README_pypi.md"
Expand Down

0 comments on commit a6ed31c

Please sign in to comment.