Skip to content

Commit e3f74ed

Browse files
authored
Split sphinxlint.py file. (#49)
1 parent a419948 commit e3f74ed

14 files changed

+1167
-1136
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ dynamic = ["version"]
3131
repository = "https://github.com/sphinx-contrib/sphinx-lint"
3232

3333
[project.scripts]
34-
sphinx-lint = "sphinxlint:main"
34+
sphinx-lint = "sphinxlint.__main__:main"
3535

3636
[tool.setuptools]
37-
py-modules = ["sphinxlint"]
37+
packages = ["sphinxlint"]
3838
include-package-data = false
3939
dynamic.version.attr = "sphinxlint.__version__"
4040

0 commit comments

Comments
 (0)