Skip to content

Commit

Permalink
move classifiers to project table; move test requires to dev deps; no…
Browse files Browse the repository at this point in the history
… need to explicitly include capnp files
  • Loading branch information
Armandpl committed Sep 25, 2024
1 parent d11c340 commit 7cc93ea
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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]
Expand Down

0 comments on commit 7cc93ea

Please sign in to comment.