We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2260f commit 41e0454Copy full SHA for 41e0454
additional_dictionary.txt renamed to comment_spell_check/additional_dictionary.txt
@@ -477,6 +477,7 @@ Norbash
477
Notre
478
Nrrd
479
Nth
480
+NumFOCUS
481
NumbericTraits
482
Numerics
483
Nx
pyproject.toml
@@ -28,6 +28,9 @@ dependencies = {file = ["requirements.txt"]}
28
[project.scripts]
29
comment_spell_check = "comment_spell_check.comment_spell_check:main"
30
31
+[tool.setuptools.package-data]
32
+"*" = ["*.txt"]
33
+
34
[tool.setuptools_scm]
35
local_scheme = "dirty-tag"
36
0 commit comments