Skip to content

Commit b5750e4

Browse files
committed
Use hyphenated name in pyproject.toml
1 parent be49b1a commit b5750e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "hatch-requirements-txt",]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "domdf_python_tools"
6+
name = "domdf-python-tools"
77
version = "3.10.0"
88
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
@@ -147,6 +147,7 @@ python-implementations = [ "CPython", "PyPy",]
147147
platforms = [ "Windows", "macOS", "Linux",]
148148
license-key = "MIT"
149149
additional-files = [ "include domdf_python_tools/google-10000-english-no-swears.txt",]
150+
package = "domdf_python_tools"
150151

151152
[tool.mypy]
152153
python_version = "3.8"

0 commit comments

Comments
 (0)