Removed incorrect pushed files

This commit is contained in:
Matteo Biscosi 2025-08-13 20:18:08 +02:00
parent 26075a8e8a
commit dff453a673
4 changed files with 0 additions and 39 deletions

View file

@ -1,11 +0,0 @@
name: os-ntopng-enterprise
version: "6.5.250808"
origin: opnsense/os-ntopng-enterprise
comment: "Network Traffic Analysis and Flow Collection"
desc: "ntopng is a high-speed web-based network traffic analysis and flow collection tool"
maintainer: packager@ntop.org
www: https://www.ntop.org
prefix: /
deps: {
ntopng: { version: "6.5.250808", origin: net/ntopng }
}

View file

@ -1,5 +0,0 @@
if /usr/local/etc/rc.d/configd status > /dev/null; then
/usr/local/etc/rc.d/configd restart
fi
/usr/local/etc/rc.configure_plugins

View file

@ -1,10 +0,0 @@
"""
ntopng
ntopng Python library.
"""
__version__ = "6.5.250813"
__author__ = 'packager@ntop.org'
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]

View file

@ -1,13 +0,0 @@
from setuptools import setup
setup(
name='ntopng',
version='6.5.250813',
description='ntopng Python package',
url='https://github.com/ntop/ntopng',
author='ntop',
author_email='packager@ntop.org',
license='GPL',
packages=['ntopng'],
install_requires=['requests', 'simplejson', 'numpy', 'pandas', 'kaleido', 'fpdf', 'plotly', 'redmail'],
)