diff options
Diffstat (limited to 'wrappers/python/setup.cfg')
| -rw-r--r-- | wrappers/python/setup.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wrappers/python/setup.cfg b/wrappers/python/setup.cfg new file mode 100644 index 0000000..ad9755b --- /dev/null +++ b/wrappers/python/setup.cfg @@ -0,0 +1,18 @@ +[metadata] +name = eduvpn_common +version = 1.99.2 +author = Jeroen Wijenbergh +author_email = jeroen.wijenbergh@geant.org +long_description = 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 |
