blob: 5e0222ff52b2de5e37dc4aa472270e201a030aa6 (
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.99.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
|