mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-03-04 15:22:56 +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 LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
include naxalnet.service
|
include naxalnet.service
|
||||||
include naxalnet.conf
|
include naxalnet.conf.example
|
||||||
include systemd-networkd/*
|
recursive-include systemd-networkd *
|
||||||
|
@ -36,4 +36,4 @@ See README.md for documentation.
|
|||||||
#
|
#
|
||||||
# In case you forgot to change the version, skip the number
|
# In case you forgot to change the version, skip the number
|
||||||
# and put the next number in the next commit.
|
# 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
|
name = naxalnet
|
||||||
version = attr: naxalnet.__version__
|
version = attr: naxalnet.__version__
|
||||||
description = create mesh networks with batman-adv and systemd
|
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
|
url = https://git.disroot.org/pranav/naxalnet
|
||||||
author = Pranav Jerry
|
author = Pranav Jerry
|
||||||
author_email = libreinator@disroot.org
|
author_email = libreinator@disroot.org
|
||||||
license = GPLv3
|
license = GPLv3
|
||||||
|
license_files = LICENSE
|
||||||
classifiers =
|
classifiers =
|
||||||
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
@ -27,11 +28,11 @@ console_scripts =
|
|||||||
naxalnet = naxalnet.scripts:here_be_dragons
|
naxalnet = naxalnet.scripts:here_be_dragons
|
||||||
|
|
||||||
[options.data_files]
|
[options.data_files]
|
||||||
/usr/lib/systemd/system =
|
lib/systemd/system =
|
||||||
naxalnet.service
|
naxalnet.service
|
||||||
/etc/naxalnet =
|
/etc/naxalnet =
|
||||||
naxalnet.conf.example
|
naxalnet.conf.example
|
||||||
/usr/share/naxalnet/networkd =
|
share/naxalnet/networkd =
|
||||||
systemd-networkd/01-batman.netdev
|
systemd-networkd/01-batman.netdev
|
||||||
systemd-networkd/02-bridge.netdev
|
systemd-networkd/02-bridge.netdev
|
||||||
systemd-networkd/03-wireless-ad-hoc.network
|
systemd-networkd/03-wireless-ad-hoc.network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user