Skip to content

Commit 2c7590d

Browse files
committed
Add minizinc dependency to pyproject
Add a dependencies entry to pyproject.toml and declare the 'minizinc' package so it will be installed with the project. This records the runtime dependency needed to work with Minizinc files.
1 parent c2c5ce7 commit 2c7590d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ authors = [
77
description = "Create pure Minizinc .mzn files from Python using python-minizinc-maker library."
88
readme = "README.md"
99
requires-python = ">=3.8.0"
10+
dependencies = [
11+
"minizinc",
12+
]
1013
classifiers = [
1114
"Programming Language :: Python :: 3",
1215
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)