-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
40 lines (36 loc) · 932 Bytes
/
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
[aliases]
test = pytest
[tool:pytest]
addopts = --verbose
[metadata]
name = freebsd-sysctl
version = attr: freebsd_sysctl.__version__
description = Native Python wrapper for FreeBSD sysctls using libc.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/gronke/py-freebsd_sysctl
author = Stefan Grönke
author_email = stefan@gronke.net
python_requires = >=3.6
platforms =
FreeBSD
license = BSD 2-Clause License
keywords =
FreeBSD
sysctl
classifiers =
License :: OSI Approved :: BSD 2-Clause License
Operating System :: POSIX :: BSD :: FreeBSD
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Typing :: Typed
tests_require =
pytest-runner
pytest
[options]
packages = find:
[options.packages.find]
exclude =
tests