Skip to content

Commit

Permalink
Remove platformdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukak committed Oct 16, 2023
1 parent 8662cbd commit 9775184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion mdsite/mdsite.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from datetime import date
from importlib.metadata import version
from pathlib import Path
from platformdirs import site_config_dir

import yaml
from jinja2 import Template
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ homepage = "https://iizukak.github.io/mdsite/"
documentation = "https://github.com/iizukak/mdsite/blob/main/README.md"
repository = "https://github.com/iizukak/mdsite"

[tool]
rye = { dev-dependencies = [
"black>=23.9.1",
"pytest>=7.4.2",
] }

[tool.setuptools]
zip-safe = false
include-package-data = true
Expand Down

0 comments on commit 9775184

Please sign in to comment.