Skip to content

Commit c0c2c7d

Browse files
committed
Use manifest
1 parent 9b6d8e3 commit c0c2c7d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include CHANGELOG.md
22
include tox.ini
3+
include test/utils.py
4+
recursive-include test/fixtures *.txt

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ dev = ["pre-commit", "isort", "flake8", "black", "pyproject-flake8"]
3535
benchmark = ["pytest", "pytest-benchmark"]
3636
doc = ["sphinx", "sphinx_book_theme", "myst-parser"]
3737

38-
[tool.setuptools]
39-
packages = ["linkify_it", "test"]
40-
4138
[tool.setuptools.dynamic]
4239
version = {attr = "linkify_it.__version__"}
4340

0 commit comments

Comments
 (0)