Skip to content

Commit

Permalink
Changed README.md to README.srt in the .toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ArJaVer committed Oct 14, 2024
1 parent 1491b89 commit c3fc00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/exp4-age/evaluix"
homepage = "https://github.com/exp4-age/evaluix"
# REAMDE file(s) are used as the package description
readme = ["README.srt", "LICENSE"]
# Keywords (tranlsated to tags on the package index)
# Keywords (translated to tags on the package index)
keywords = ["evaluix", "hysteresis"]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -37,7 +37,7 @@ build-backend = "poetry.core.masonry.api"

# Include additional files and directories
include = [
"README.md",
"README.srt",
"LICENSE",
"src/evaluix/GUIs/*.ui",
"src/evaluix/Icons/*.png",
Expand Down
2 changes: 1 addition & 1 deletion src/evaluix/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1.9"
__version__ = "0.9.1.10"

0 comments on commit c3fc00d

Please sign in to comment.