Skip to content

Commit fcbbd5c

Browse files
committed
fix: add setuptools for project and sync lock file
1 parent 79cc52e commit fcbbd5c

2 files changed

Lines changed: 81 additions & 71 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[build-system]
2+
requires = ["setuptools>=68.0.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools]
6+
packages = ["levelup"]
7+
8+
[tool.setuptools.package-data]
9+
"*" = ["*.txt", "*.ini", "*.yaml"]
10+
111
[project]
212
name = "LevelUP"
313
version = "0.1.0"

uv.lock

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)