diff --git a/MANIFEST.in b/MANIFEST.in index 6fd0ca8..958a607 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE include README.md include naxalnet.service -include naxalnet.conf -include systemd-networkd/* +include naxalnet.conf.example +recursive-include systemd-networkd * diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 69b71cd..0fcb1a1 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -36,4 +36,4 @@ See README.md for documentation. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.2.0a3.dev6" +__version__ = "0.2.0a3.dev7" diff --git a/setup.cfg b/setup.cfg index 5677f23..e03bdf4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,11 +2,12 @@ name = naxalnet version = attr: naxalnet.__version__ description = create mesh networks with batman-adv and systemd -long_description = file: README.md, LICENSE +long_description = file: README.md url = https://git.disroot.org/pranav/naxalnet 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 @@ -27,11 +28,11 @@ console_scripts = naxalnet = naxalnet.scripts:here_be_dragons [options.data_files] -/usr/lib/systemd/system = +lib/systemd/system = naxalnet.service /etc/naxalnet = naxalnet.conf.example -/usr/share/naxalnet/networkd = +share/naxalnet/networkd = systemd-networkd/01-batman.netdev systemd-networkd/02-bridge.netdev systemd-networkd/03-wireless-ad-hoc.network