You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
651 B
22 lines
651 B
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "ElivenMinetest"
|
|
version = "0.2.0"
|
|
authors = [
|
|
{ name="Jake Gustafson", email="7557867+poikilos@users.noreply.github.com" },
|
|
]
|
|
dependencies = [
|
|
"binaryornot", # only for mtpatches
|
|
]
|
|
# requires-python = ">=3.3"
|
|
# TODO: (shutil.which requires 3.3 but) may need newer version,
|
|
# & other code may run on older version
|
|
# so leave commented to not block install.
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|