Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Fix include, apply suggestions
Browse files Browse the repository at this point in the history
wouldn't let me add you as a coauthor @Kichura :ioa:
  • Loading branch information
osfanbuff63 committed Nov 2, 2022
1 parent 01ce4d1 commit 833e6fe
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
@@ -1,7 +1,7 @@
[tool.poetry]
name = "vanilla-installer"
version = "v1.0.0-dev7"
description = "An installer for Fabulously Optimized for the vanilla launcher."
description = "An installer of Fabulously Optimized for the vanilla launcher."
authors = [
"osfanbuff63 <[email protected]>",
"nsde <[email protected]>"
Expand All @@ -13,7 +13,7 @@ license = "MIT"
readme = "README.md"
packages = [{include = "vanilla_installer"}]
include = [
"./vanilla-installer/assets/**"
"./vanilla_installer/assets/**"
]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vanilla_installer/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def retranslateUi(self, Dialog) -> None:
self.loginInfoLabel.setText(
QCoreApplication.translate(
"Dialog",
"Set your GitHub token to a personal token in order to extend your API ratelimit.\n If you don't know what that is and aren't going to install Fabulously Optimized more than 60 times in an hour, You probably don't need this",
"Set your GitHub token to a personal token in order to extend your API rate limit.\n If you don't know what that is and aren't going to install Fabulously Optimized more than 60 times in an hour, You probably don't need this",
None,
)
)
Expand Down

0 comments on commit 833e6fe

Please sign in to comment.