forked from python-scsi/python-scsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (42 loc) · 1.01 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
# SPDX-FileCopyrightText: 2014 The python-scsi Authors
#
# SPDX-License-Identifier: LGPL-2.1-or-later
[metadata]
name = PYSCSI
description = Module for calling SCSI devices from Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/python-scsi/python-scsi
maintainer = Markus Rosjat
maintainer_email = [email protected]
license = LGPL-2.1
license_file = LICENSE
license_files =
LICENSES/*
classifiers =
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Programming Language :: Python
Programming Language :: Python :: 3
keywords =
scsi
[options]
packages = find:
python_requires = ~= 3.7
[options.extras_require]
dev =
isort
mypy
pre-commit
pytest
pytest-mypy
setuptools>=42
setuptools_scm[toml]>=3.4
wheel
iscsi =
cython-iscsi
sgio =
cython-sgio>=1.1.2
[options.packages.find]
exclude =
tests