blob: b4521ed796e90955aade759cd4223375a6c73031 (
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 = 3.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://codeberg.org/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
|