Skip to content

Commit

Permalink
Version 2.0.2 added to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jadsonbr committed Jul 21, 2020
1 parent cf092fb commit b888828
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -454,7 +454,7 @@ by changing these three parts of the example:
Reports from a JSON Request URL
~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

See how easy it is to generate a report with a source an JSON file:

Expand Down
2 changes: 1 addition & 1 deletion pyreportjasper/__init__.py
Expand Up @@ -6,7 +6,7 @@
from .jasperpy import JasperPy

__title__ = 'PyReportJasper'
__version__ = '2.0.1'
__version__ = '2.0.2'
__author__ = 'Jadson Bonfim Ribeiro'
__license__ = 'GNU GENERAL PUBLIC LICENSE'
__copyright__ = 'Copyright 2020 Jadson Bonfim Ribeiro'
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
@@ -1,2 +1,3 @@
[metadata]
description-file = README.rst
description-file = README.rst
long-description-content-type = text/x-rst; charset=UTF-8
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -74,7 +74,8 @@ def get_version(package):
keywords='report jasper python',
description='This package aims to be a solution to compile and process '
'JasperReports (.jrxml & .jasper files).',
long_description=readme,
long_description=open('README.rst').read(),
long_description_content_type="text/x-rst",
zip_safe=False,
platforms='Windows, Linux, Darwin',
packages=find_packages(),
Expand Down

0 comments on commit b888828

Please sign in to comment.