-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
38 lines (36 loc) · 1.23 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = dwave-tabu
version = attr: tabu.__version__
description = Optimized Tabu solver for QUBOs
long_description = file: README.rst
long_description_content_type = text/x-rst
license = Apache 2.0
license_file = LICENSE
author = D-Wave Systems Inc.
author_email = tools@dwavesys.com
url = https://github.com/dwavesystems/dwave-tabu
project_urls =
Documentation = https://docs.ocean.dwavesys.com/en/stable/docs_tabu/sdk_index.html
Issue Tracker = https://github.com/dwavesystems/dwave-tabu/issues/
Source Code = https://github.com/dwavesystems/dwave-tabu/
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
[options]
packages = tabu
zip_safe = false
include_package_data = true
python_requires = >=3.7
install_requires =
numpy>=1.17.3,<2.0.0
dimod>=0.9.0,<0.13.0
[aliases]
dists = clean --all sdist bdist_wheel