Skip to content

Commit

Permalink
Downgrade pyproject.toml to poetry <2
Browse files Browse the repository at this point in the history
Should fix Dependabot compatibility.

See dependabot/dependabot-core#11237.
  • Loading branch information
TheAssassin committed Feb 13, 2025
1 parent 56cd333 commit 5e21e72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[project]
[tool.poetry]
name = "pyuploadtool"
version = "20231223-1"
description = "A simple tool to upload artifacts to GitHub releases"
authors = [
{ name = "TheAssassin", email = "theassassin@assassinate-you.net" }
"TheAssassin <theassassin@assassinate-you.net>"
]
license = "MIT"
readme = "README.md"

[tool.poetry]
homepage = "https://github.com/TheAssassin/pyuploadtool"
repository = "https://github.com/TheAssassin/pyuploadtool"

Expand Down

0 comments on commit 5e21e72

Please sign in to comment.