removed license from package description

Fixed MANIFEST.in and changed data_files in setup.cfg
This commit is contained in:
Pranav Jerry 2021-08-19 12:36:40 +05:30
parent be8de69b73
commit fdbbca686d
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
3 changed files with 7 additions and 6 deletions

View File

@ -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 *

View File

@ -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"

View File

@ -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