Skip to content

Commit f92562c

Browse files
committed
Use 'sampleproject' for the project name
1 parent 54e2999 commit f92562c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/extending/first-extension-module.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ First, add ``pyproject.toml`` with these contents:
137137
requires = ['meson-python']
138138
139139
[project]
140-
name = 'spammodule'
140+
# Placeholder project information
141+
# (change this before distributing the module)
142+
name = 'sampleproject'
141143
version = '0'
142144
143145
Then, create ``meson.build`` containing the following:

0 commit comments

Comments
 (0)