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 8de2a17
Show file tree
Hide file tree
Showing 2 changed files with 12 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.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,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 +78,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 8de2a17

Please sign in to comment.