-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (32 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
36 lines (32 loc) · 1.09 KB
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
[metadata]
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
license = Apache 2.0
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/dwavesystems/dwave-preprocessing
download_url = https://github.com/dwavesystems/dwave-preprocessing/releases
version = attr: dwave.preprocessing.__version__
author = D-Wave Systems Inc.
author_email = tools@dwavesys.com
description = An API for preprocessing tools
[options]
include_package_data = True
packages = find_namespace:
python_requires = >=3.10
zip_safe = False
[options.packages.find]
include = dwave.*
[pycodestyle]
max-line-length = 100