diff --git a/pyproject.toml b/pyproject.toml index 117e03b..c09c6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,12 @@ dependencies = [ 'hatanaka', 'pycapnp', ] +classifiers = [ + 'Development Status :: 4 - Beta', + "Natural Language :: English", + "Programming Language :: Python :: 3", + "Topic :: System :: Hardware", +] [project.urls] Homepage = 'https://github.com/commaai/laika' @@ -26,14 +32,11 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = [ "." ] -# package_data={'': ['*.capnp']}, -> hatchling -# classifiers=[ -# 'Development Status :: 2 - Beta', -# "Natural Language :: English", -# "Programming Language :: Python :: 3", -# "Topic :: System :: Hardware", -# ], -# tests_require=['pytest', 'parameterized'], +[tool.uv] +dev-dependencies = [ + 'pytest', + 'parameterized' +] # https://docs.astral.sh/ruff/configuration/ [tool.ruff]