Skip to content

Commit

Permalink
formatが間違ってたので直してあげたよ!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and massongit committed Dec 16, 2024
1 parent cfc7357 commit e05efa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name = "sudden_death"
version = "0.0.1"
description = "突然の死(ハリフキダシ)を生成するツール"
requires-python = "==3.13.1"
dependencies = [
"click==8.1.7",
"pyperclip>=1.5.27",
]
dependencies = [ "click==8.1.7", "pyperclip>=1.5.27",]

[dependency-groups]
dev = ["autopep8==2.3.1", "pylint==3.3.2", "mypy==1.13.0", "flake8==7.1.1", "importlib-metadata==8.5.0", "toml==0.10.2", "types-toml==0.10.8.20240310", "setuptools==75.6.0", "toml==0.10.2", ]
dev = [ "autopep8==2.3.1", "pylint==3.3.2", "mypy==1.13.0", "flake8==7.1.1", "importlib-metadata==8.5.0", "toml==0.10.2", "types-toml==0.10.8.20240310", "setuptools==75.6.0", "toml==0.10.2",]

[tool.uv]
[[tool.uv.index]]
name = "pypi"
url = "https://pypi.org/simple"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
パッケージインストール用スクリプト
"""

from setuptools import setup
import toml
from setuptools import setup


def _requires_from_file(filename):
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e05efa8

Please sign in to comment.