-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (34 loc) · 769 Bytes
/
setup.cfg
File metadata and controls
36 lines (34 loc) · 769 Bytes
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]
name = koan
version = attr: koan.__version__
description = Kickstart over a Network Client for Cobbler
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
author = Team Cobbler
author_email = cobbler.project@gmail.com
url = https://www.github.com/cobbler/koan
license = GPLv2
license_files = COPYING
[options]
install_requires =
distro
libvirt-python
netifaces
[options.extras_require]
build =
wheel
# We require the current version to properly detect duplicate issues
# See: https://github.com/twisted/towncrier/releases/tag/22.8.0
changelog =
towncrier >= 22.8.0
lint =
pyflakes
black
test =
pytest
nose
pytest-cov
pytest-mock
docs =
Sphinx
sphinx-rtd-theme