Skip to content

Commit 7253551

Browse files
committed
restructure to match python standards
1 parent e6493b7 commit 7253551

File tree

6 files changed

+4
-1
lines changed

6 files changed

+4
-1
lines changed

__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Issues = "https://github.com/m0ddr/link-sweep/issues"
5858
Documentation = "https://github.com/m0ddr/link-sweep#readme"
5959

6060
[project.scripts]
61-
link-sweep = "cli:main"
61+
link-sweep = "link_sweep.cli:main"
6262

6363
[tool.ruff]
6464
target-version = "py38"

src/link_sweep/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""A fast, reliable tool for checking and cleaning dead links in Markdown files."""
2+
3+
__version__ = "0.1.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)