-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 903 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (23 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "mtgtools"
version = "0.9.72"
description = "Collection of tools for easy handling of Magic: The Gathering card and set data on your computer from Scryfall and/or magicthegathering.io."
readme = "README.md"
requires-python = ">=3.7"
license-files = ["LICENSE.txt"]
authors = [{ name = "Esko-Kalervo Salaka", email = "esko.salaka@gmail.com" }]
keywords = ["Magic: The Gathering", "Developer", "Scryfall", "mtg"]
classifiers = [
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ZODB", "requests", "Pillow"]
[project.urls]
Homepage = "https://github.com/EskoSalaka/mtgtools"
[tool.setuptools]
packages = ["mtgtools", "mtgtools.util"]