Skip to content

Commit

Permalink
Upgrade twine due to issue with license
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Oct 3, 2024
1 parent 947972d commit 1149b48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[project]
license = {text = "GPL-2.0-or-later"}

[tool.poetry]
name = "prospector"
version = "1.10.3"
Expand All @@ -17,11 +20,11 @@ classifiers = [
"Intended Audience :: Developers",
"Operating System :: Unix",
"Topic :: Software Development :: Quality Assurance",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
]
packages = [
Expand Down Expand Up @@ -78,7 +81,7 @@ tzlocal = "^4.2"
coverage = "^6.5"
pre-commit = "^2.20.0"
tox = "^3.27.1"
twine = "^4.0.2"
twine = "^5.1.1"
types-PyYAML = "^6.0.4"
types-setuptools = "^57.4.9"

Expand Down

0 comments on commit 1149b48

Please sign in to comment.