forked from meelgroup/unigen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (23 loc) · 800 Bytes
/
pyproject.toml
File metadata and controls
24 lines (23 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[build-system]
requires = ["setuptools>=42", "wheel", "toml", "pathlib"]
build-backend = "setuptools.build_meta"
[project]
name = "pyunigen"
version = "2.5.7"
description = "Bindings to UniGen, an approximate sampler"
keywords = ["sat", "model-counting"]
license = { file = "LICENSE" }
maintainers = [{name="Mate Soos", email="soos.mate@gmail.com"}]
authors = [{name="Mate Soos", email="soos.mate@gmail.com"}]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: C++",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: MIT License",
"Topic :: Utilities"
]
requires-python = ">=3.5"
readme = "python/README.md"