Skip to content

Commit 4ab9112

Browse files
committed
skpkg: add pyproject.toml
1 parent a36ba7a commit 4ab9112

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ classifiers = [
3232
'Topic :: Scientific/Engineering :: Chemistry',
3333
]
3434

35-
[project.scripts]
36-
"diffpy.morph" = "diffpy.morph.morphapp:main"
37-
3835
[project.urls]
3936
Homepage = "https://github.com/diffpy/diffpy.morph/"
4037
Issues = "https://github.com/diffpy/diffpy.morph/issues/"
@@ -57,7 +54,7 @@ dependencies = {file = ["requirements/pip.txt"]}
5754
[tool.codespell]
5855
exclude-file = ".codespell/ignore_lines.txt"
5956
ignore-words = ".codespell/ignore_words.txt"
60-
skip = "*.cif,*.dat,*agr"
57+
skip = "*.cif,*.dat"
6158

6259
[tool.black]
6360
line-length = 79

0 commit comments

Comments
 (0)