summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.cfg
blob: cda63a7bf3dc46f7ecb9c5e95de5e3dede579544 (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.1.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