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