Skip to content

Commit

Permalink
Merge pull request #26 from Yesser-Studios/yesseruser-patch-1
Browse files Browse the repository at this point in the history
Pip project dependencies now install properly
  • Loading branch information
yesseruser authored Jan 8, 2024
2 parents b234239 + 97079ee commit 2b7d792
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "platformdirs>=4.1.0"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -19,6 +19,9 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"platformdirs>=4.1.0"
]

[project.scripts]
yesserpackageupdater = "ypkgupgr:update_packages_script"
Expand Down

0 comments on commit 2b7d792

Please sign in to comment.