mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-08 13:42:32 +05:30
removed license from package description
Fixed MANIFEST.in and changed data_files in setup.cfg
This commit is contained in:
parent
be8de69b73
commit
fdbbca686d
@ -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 *
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user