Skip to content

Commit 9354061

Browse files
committed
Add configuration for mkrecipe
1 parent 3f234d2 commit 9354061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ Documentation = "https://domdf_python_tools.readthedocs.io/en/latest"
2828
dates = [ "pytz>=2019.1",]
2929
testing = [ "pytest>=6.2.0", "pytest-regressions>=2.0.2",]
3030
all = [ "pytest>=6.2.0", "pytest-regressions>=2.0.2", "pytz>=2019.1",]
31+
32+
[tool.mkrecipe]
33+
conda-channels = [ "domdfcoding", "conda-forge",]
34+
extras = [ "dates",]
35+
license-key = "LGPLv3+"

0 commit comments

Comments
 (0)