-
Notifications
You must be signed in to change notification settings - Fork 155
/
setup.cfg
46 lines (43 loc) · 1.42 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
39
40
41
42
43
44
45
46
[metadata]
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
license = Apache 2.0
long_description = file: README.rst
long_description_content_type = text/x-rst
name = dwave-ocean-sdk
project_urls =
Changes = https://github.com/dwavesystems/dwave-ocean-sdk/releases
Documentation = https://docs.ocean.dwavesys.com
Souce Code = https://github.com/dwavesystems/dwave-ocean-sdk
url = https://github.com/dwavesystems/dwave-ocean-sdk
version = attr: dwaveoceansdk.__version__
# keep description, author and author email up to date with dwaveoceansdk.package_info
author = D-Wave
author_email = [email protected]
description = Software development kit for open source D-Wave tools
[options]
install_requires =
dimod==0.12.17
dwave-cloud-client==0.13.1
dwave-gate==0.3.2
dwave-hybrid==0.6.12
dwave-inspector==0.5.1
dwave-networkx==0.8.15
dwave-optimization==0.3.0
dwave-preprocessing==0.6.6
dwave-samplers==1.3.0
dwave-system==1.26.0
dwavebinarycsp==0.3.0
minorminer==0.2.15
penaltymodel==1.1.0
packages = dwaveoceansdk
python_requires = >=3.8
[options.extras_require]
all =