Skip to content

Commit

Permalink
FIX: rename templates to *.rst.jinja (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Oct 14, 2024
1 parent 98b5d45 commit 154fd0e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"transisions"
],
"ignorePaths": [
"**/*.rst_t",
"**/*.rst.jinja",
"**/.cspell.json",
".editorconfig",
".envrc",
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"diffEditor.experimental.showMoves": true,
"editor.formatOnSave": true,
"files.associations": {
"**/pixi.lock": "yaml",
"*.rst_t": "jinja"
"**/pixi.lock": "yaml"
},
"files.watcherExclude": {
"**/*_cache/**": true,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ package-dir = {"" = "src"}
[tool.setuptools.package-data]
"*" = [
"py.typed",
"templates/*.rst_t",
"templates/*.rst.jinja",
]

[tool.setuptools.packages.find]
Expand Down
File renamed without changes.

0 comments on commit 154fd0e

Please sign in to comment.