Skip to content

Commit

Permalink
Updated requirements and setup files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhsantos committed May 1, 2022
1 parent 9012e6c commit 909e6e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions centreon_report_to_pdf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reportlab>=3.5
pandas>=1.0
requests>=2.23
pytz>=2022.1
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

with open('README.md') as f:
long_description = f.read()

setup(
name='centreon_report_to_pdf',
packages=['centreon_report_to_pdf'],
version='1.4.2',
packages=['centreon_report_to_pdf'],
version='1.5.2',
description='Generate a PDF from Centreon Dashboard and optional sent it by email',
long_description=long_description,
long_description_content_type="text/markdown",
author='Victor Hugo dos Santos',
author_email='[email protected]',
url='https://github.com/vhsantos/centreon_report_to_pdf',
download_url='https://github.com/vhsantos/centreon_report_to_pdf/archive/v1.4.2.tar.gz',
keywords='centreon report pdf email dashboard',
download_url='https://github.com/vhsantos/centreon_report_to_pdf/archive/v1.5.2.tar.gz',
keywords='centreon report pdf email dashboard',
classifiers = ["Programming Language :: Python :: 3.5",\
"Topic :: System :: Monitoring",\
"Development Status :: 6 - Mature", "Intended Audience :: System Administrators", \
Expand All @@ -23,6 +23,7 @@
'reportlab>=3.5',
'pandas>=1.0',
'requests>=2.23',
'pytz>=2022.1',
],
include_package_data = True
)

0 comments on commit 909e6e3

Please sign in to comment.