blob: f20b3a45435140b04528143df08d65896815e78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[metadata]
name = eduvpn_common
version = 2.0.0
author = Jeroen Wijenbergh
author_email = jeroen.wijenbergh@geant.org
description = Python wrapper for eduvpn-common, a codebase to build eduVPN clients with
long_description = file: README.md
url = https://github.com/eduvpn/eduvpn-common
license = MIT
[options]
packages = eduvpn_common
[options.package_data]
eduvpn_common = lib/*.so, py.typed
[options.extras_require]
lint = ruff
mypy = mypy
|