mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed incorrect pushed files
This commit is contained in:
parent
26075a8e8a
commit
dff453a673
4 changed files with 0 additions and 39 deletions
|
|
@ -1,10 +0,0 @@
|
|||
"""
|
||||
ntopng
|
||||
|
||||
ntopng Python library.
|
||||
"""
|
||||
|
||||
__version__ = "6.5.250813"
|
||||
__author__ = 'packager@ntop.org'
|
||||
|
||||
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]
|
||||
|
|
@ -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'],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue