Skip to content

Commit e8f549a

Browse files
authored
use full project name in pyproject.toml
1 parent 5cd2e04 commit e8f549a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "chef"
2+
name = "chef-package-manager"
33
description = "Security-focused utility for installing software for macOS & Linux."
44

55
dynamic = ["version"]
@@ -20,4 +20,4 @@ chef = "chef:main.main"
2020

2121
[build-system]
2222
requires = ["setuptools >= 82.0.1"]
23-
build-backend = "setuptools.build_meta"
23+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)