pybatmesh/setup.cfg

53 lines
1.6 KiB
INI

# This file is loosely based on the setup.cfg used in django.
# pybatmesh is not meant to be distributed through PyPi. This program uses
# a systemd service, and some other files whose path is hardcoded into the
# module.
[metadata]
name = pybatmesh
version = attr: pybatmesh.__version__
description = create mesh networks with batman-adv and systemd
long_description = file: README.md
url = https://git.disroot.org/pranav/pybatmesh
author = Pranav Jerry
author_email = libreinator@disroot.org
license = GPLv3
license_files = LICENSE
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
# pathlib, configparser and argparse are already
# in the standard library
configparser
pathlib
argparse
systemd
[options.entry_points]
console_scripts =
pybatmesh = pybatmesh.scripts:main
[options.data_files]
lib/systemd/system =
pybatmesh.service
# If installing with pip, this file will be copied to some other place.
# This is the reason we use setup.py instead of pip in the Makefile.
/etc/pybatmesh =
pybatmesh.conf.example
share/pybatmesh/networkd =
network/mesh.01-batman.netdev
network/mesh.02-bridge.netdev
network/mesh.03-wireless-ad-hoc.network
network/mesh.04-batman.network
network/mesh.05-wireless-ap.network
network/mesh.06-eth.network
network/mesh.07-bridge.network
network/tmp.01-eth.network