2021-10-02 14:13:53 +05:30
|
|
|
# This program is not meant to be distributed through PyPi
|
2021-07-21 15:36:11 +05:30
|
|
|
[metadata]
|
|
|
|
name = naxalnet
|
|
|
|
version = attr: naxalnet.__version__
|
|
|
|
description = create mesh networks with batman-adv and systemd
|
2021-08-19 12:36:40 +05:30
|
|
|
long_description = file: README.md
|
2021-07-21 15:36:11 +05:30
|
|
|
url = https://git.disroot.org/pranav/naxalnet
|
|
|
|
author = Pranav Jerry
|
|
|
|
author_email = libreinator@disroot.org
|
|
|
|
license = GPLv3
|
2021-08-19 12:36:40 +05:30
|
|
|
license_files = LICENSE
|
2021-07-21 15:36:11 +05:30
|
|
|
classifiers =
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = true
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.6
|
|
|
|
install_requires =
|
|
|
|
dasbus
|
2021-09-20 12:28:59 +05:30
|
|
|
# pathlib, configparser and argparse are already
|
|
|
|
# in the standard library
|
2021-08-13 10:35:13 +05:30
|
|
|
configparser
|
|
|
|
pathlib
|
|
|
|
argparse
|
2021-08-25 15:52:46 +05:30
|
|
|
systemd
|
2021-07-21 15:36:11 +05:30
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2021-09-06 21:54:24 +05:30
|
|
|
naxalnet = naxalnet.scripts:main
|
2021-07-21 15:36:11 +05:30
|
|
|
|
|
|
|
[options.data_files]
|
2021-08-19 12:36:40 +05:30
|
|
|
lib/systemd/system =
|
2021-07-21 15:36:11 +05:30
|
|
|
naxalnet.service
|
2021-09-20 12:28:59 +05:30
|
|
|
# If installing with pip, this file will be copied to some other place.
|
2021-09-26 13:25:35 +05:30
|
|
|
# This is the reason we use setup.py instead of pip in the Makefile.
|
2021-08-18 17:33:46 +05:30
|
|
|
/etc/naxalnet =
|
|
|
|
naxalnet.conf.example
|
2021-08-19 12:36:40 +05:30
|
|
|
share/naxalnet/networkd =
|
2021-09-04 12:59:26 +05:30
|
|
|
systemd-networkd/mesh.01-batman.netdev
|
|
|
|
systemd-networkd/mesh.02-bridge.netdev
|
|
|
|
systemd-networkd/mesh.03-wireless-ad-hoc.network
|
|
|
|
systemd-networkd/mesh.04-batman.network
|
|
|
|
systemd-networkd/mesh.05-wireless-ap.network
|
|
|
|
systemd-networkd/mesh.06-eth.network
|
|
|
|
systemd-networkd/mesh.07-bridge.network
|
2021-09-26 13:25:35 +05:30
|
|
|
systemd-networkd/tmp.01-eth.network
|