Needed to build

This commit is contained in:
Jeffrey Goldberg 2023-11-26 17:45:37 -06:00
parent dda101b543
commit 84a295a644
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ linting = ["black", "ruff"]
requires = ['setuptools>=68.2.2', "setuptools-scm>=8.0.4"]
build-backend = 'setuptools.build_meta'
[tool.setuptools]
packages = ["rendercv"]
[tool.ruff]
line-length = 88