forked from faucetsdn/chewie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (38 loc) · 752 Bytes
/
setup.cfg
File metadata and controls
43 lines (38 loc) · 752 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
37
38
39
40
41
42
43
[metadata]
name = chewie
summary = A bare-bones EAPOL/802.1x implementation
license = Apache-2
author = Sam Russell
author-email = sam.h.russell@gmail.com
home-page = https://github.com/faucetsdn/chewie
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
keywords =
802.1x
dot1x
eap
eapol
radius
authentication
aaa
[files]
packages =
chewie
license_file = LICENSE
[entry_points]
console_scripts =
chewie = chewie.__main__:main
[bdist_wheel]
universal=0
[pytype]
python_version = 3.6
pythonpath =
.:
chewie:
test:
disable =
pyi-error,
import-error