Fearless green WireGuard configuration manager
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[metadata]
|
|
name = weegee
|
|
version = 0.1.0
|
|
|
|
[options]
|
|
packages = weegee
|
|
install_requires =
|
|
jinja2 >= 3.0
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
weegee = weegee.__main__:main
|
|
|