Skip to content

Commit 2a630bd

Browse files
committed
chore: update pyproject to build package
1 parent f88934e commit 2a630bd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,33 @@ name = "balatrobot"
33
version = "0.1.0"
44
description = "A framework for Balatro bot development"
55
readme = "README.md"
6+
authors = [
7+
{ name = "S1M0N38", email = "bertolottosimone@gmail.com" },
8+
{ name = "giewev", email = "giewev@gmail.com" },
9+
{ name = "besteon" },
10+
{ name = "phughesion" },
11+
]
612
requires-python = ">=3.12"
713
dependencies = []
14+
classifiers = [
15+
"Development Status :: 1 - Planning",
16+
"Framework :: Pytest",
17+
"Intended Audience :: Developers",
18+
"License :: OSI Approved :: MIT License",
19+
"Programming Language :: Python :: 3.12",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
21+
]
822

923
[project.urls]
1024
Homepage = "https://github.com/S1M0N38/balatrobot"
1125
Issues = "https://github.com/S1M0N38/balatrobot/issues"
1226
Repository = "https://github.com/S1M0N38/balatrobot"
1327
Changelog = "https://github.com/S1M0N38/balatrobot/blob/main/CHANGELOG.md"
1428

29+
[build-system]
30+
requires = ["hatchling"]
31+
build-backend = "hatchling.build"
32+
1533
[tool.ruff]
1634
lint.extend-select = ["I"]
1735
lint.task-tags = ["FIX", "TODO", "HACK", "WARN", "PERF", "NOTE", "TEST"]

0 commit comments

Comments
 (0)