Skip to content

Commit

Permalink
Added long_description_content_type = text/x-rst tot he .toml file an…
Browse files Browse the repository at this point in the history
…d try to include the readme file in a different way
  • Loading branch information
ArJaVer committed Oct 14, 2024
1 parent 5f98894 commit d235ce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ license = "MIT"
authors = ["Arne Jan Vereijken <[email protected]>"]
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"]
# README file(s) are used as the package description
readme = "README.srt"
# Keywords (translated to tags on the package index)
keywords = ["evaluix", "hysteresis"]
long_description_content_type = "text/x-rst"

[tool.poetry.dependencies]
# Compatible Python versions
Expand Down Expand Up @@ -37,8 +38,8 @@ build-backend = "poetry.core.masonry.api"

# Include additional files and directories
include = [
# "README.srt",
# "LICENSE",
"README.srt",
"LICENSE",
"src/evaluix/GUIs/*.ui",
"src/evaluix/Icons/*.png",
"src/evaluix/Icons/*.jpg",
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.13"
__version__ = "0.9.1.14"

0 comments on commit d235ce6

Please sign in to comment.