Skip to content

Commit

Permalink
basic setup
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Sep 18, 2024
1 parent b6a8d54 commit daf6a33
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 122 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = [
"maestral==1.9.4",
"markdown2==2.4.13",
"rubicon-objc==0.4.7",
"toga==0.4.2",
"toga==0.4.7",
]
sparkle_feed_url = "https://maestral.app/appcast.xml"
sparkle_public_key = "RugM2eM14xHixaeHpl5uWSq7+sDZvYi52Xpz4IXpAdA="
Expand All @@ -29,7 +29,7 @@ sparkle_public_key = "RugM2eM14xHixaeHpl5uWSq7+sDZvYi52Xpz4IXpAdA="
entitlement."com.apple.security.cs.disable-library-validation" = false
info."LSUIElement" = true
requires = [
"toga-cocoa==0.4.2",
"toga-cocoa==0.4.7",
]
cleanup_paths = [
"*/unittest",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_requires =
click
maestral>=1.9.4
markdown2
toga==0.4.2
toga==0.4.7
rubicon-objc>=0.4.5
python_requires = >=3.8

Expand Down
Loading

0 comments on commit daf6a33

Please sign in to comment.