Skip to content

Commit

Permalink
Merge pull request #27 from tarosky/issue/26
Browse files Browse the repository at this point in the history
Fix author's email
Close #26.
  • Loading branch information
harai authored Oct 11, 2024
2 parents afe206f + f6b5930 commit faee2ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gutenberg-imglambda"
version = "0.1.0"
description = ""
authors = ["Akihiro Harai <mail@harai.click>"]
authors = ["Akihiro Harai <akihiro.harai@tarosky.co.jp>"]
readme = "README.md"
package-mode = false
license = "MIT"
Expand All @@ -22,11 +22,11 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.isort]
order_by_type = 1
balanced_wrapping = 1
order_by_type = true
balanced_wrapping = true
multi_line_output = 3

[tool.pep8]
[tool.autopep8]
select = "E3"

[tool.yapf]
Expand Down
1 change: 0 additions & 1 deletion src/origin-request/originrequest/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
GIF_MIME = 'image/gif'
JPEG_MIME = 'image/jpeg'
PNG_MIME = 'image/png'
SOURCEMAP_MIME = 'application/octet-stream'
WEBP_MIME = "image/webp"

CSS_NAME = 'スタイル.css'
Expand Down
2 changes: 1 addition & 1 deletion src/origin-request/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gutenberg-imglambda-originrequest"
version = "0.1.0"
description = ""
authors = ["Akihiro Harai <mail@harai.click>"]
authors = ["Akihiro Harai <akihiro.harai@tarosky.co.jp>"]
package-mode = false
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/origin-response/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gutenberg-imglambda-originresponse"
version = "0.1.0"
description = ""
authors = ["Akihiro Harai <mail@harai.click>"]
authors = ["Akihiro Harai <akihiro.harai@tarosky.co.jp>"]
package-mode = false
license = "MIT"

Expand Down

0 comments on commit faee2ff

Please sign in to comment.