mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 11:30:12 +01:00
chore(release): v2.2.8 version bump and changelog scaffold
This commit is contained in:
parent
73d48567b6
commit
a9a9350aa0
5 changed files with 21 additions and 59 deletions
|
|
@ -1,10 +1,11 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
# Bumped setuptools minimum to avoid older vulnerable releases; wheel bumped for newer build metadata support
|
||||
requires = ["setuptools>=70.0.0", "wheel>=0.43.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "mtg-deckbuilder"
|
||||
version = "2.2.7"
|
||||
version = "2.2.8"
|
||||
description = "A command-line tool for building and analyzing Magic: The Gathering decks"
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue