Skip to content

Commit 8eaf039

Browse files
committed
update packaging
1 parent 18c4741 commit 8eaf039

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,9 @@ build = [
5151
'twine',
5252
]
5353
all = [
54-
'black',
55-
'codespell',
56-
'isort',
57-
'flake8',
58-
'pydocstyle[toml]',
59-
'pytest',
60-
'pytest-cov',
61-
'build',
62-
'twine',
54+
"template[style]",
55+
"template[test]",
56+
"template[build]",
6357
]
6458

6559
[project.urls]
@@ -73,7 +67,7 @@ include-package-data = true
7367

7468
[tool.setuptools.packages.find]
7569
include = ['template*']
76-
exclude = ['^.*tests']
70+
exclude = ['template*tests']
7771

7872
[tool.black]
7973
line-length = 79

0 commit comments

Comments
 (0)