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 a36ba7a commit 4ab9112Copy full SHA for 4ab9112
pyproject.toml
@@ -32,9 +32,6 @@ classifiers = [
32
'Topic :: Scientific/Engineering :: Chemistry',
33
]
34
35
-[project.scripts]
36
-"diffpy.morph" = "diffpy.morph.morphapp:main"
37
-
38
[project.urls]
39
Homepage = "https://github.com/diffpy/diffpy.morph/"
40
Issues = "https://github.com/diffpy/diffpy.morph/issues/"
@@ -57,7 +54,7 @@ dependencies = {file = ["requirements/pip.txt"]}
57
54
[tool.codespell]
58
55
exclude-file = ".codespell/ignore_lines.txt"
59
56
ignore-words = ".codespell/ignore_words.txt"
60
-skip = "*.cif,*.dat,*agr"
+skip = "*.cif,*.dat"
61
62
[tool.black]
63
line-length = 79
0 commit comments