diff --git a/README.rst b/README.rst index 09dbba9..b6bdcb8 100755 --- a/README.rst +++ b/README.rst @@ -31,9 +31,9 @@ reporting. :Code: `GitHub - `_ + `_ :Issue tracker: `GitHub Issues - `_ + `_ :Documentation: `Python Docs`_ :License: `GNU GENERAL PUBLIC LICENSE`_ :Build status: |TestsCI|_ @@ -42,16 +42,15 @@ reporting. .. |PypiVersion| image:: https://img.shields.io/pypi/v/pyreportjasper?style=flat-square .. _PypiVersion: https://pypi.org/project/pyreportjasper/ -.. |Conda| image:: https://anaconda.org/acesseonline/pyreportjasper/badges/version.svg -.. _Conda: https://anaconda.org/acesseonline/pyreportjasper -.. |TestsCI| image:: https://github.com/acesseonline/pyreportjasper/actions/workflows/tests.yml/badge.svg?branch=master -.. _TestsCI: https://github.com/acesseonline/pyreportjasper/actions?query=workflow%3ATests + +.. |TestsCI| image:: https://github.com/EduardoSFReis/pyreportjasper/actions/workflows/tests.yml/badge.svg?branch=master +.. _TestsCI: https://github.com/EduardoSFReis/pyreportjasper/actions?query=workflow%3ATests .. |pyversions| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg .. |javaversions| image:: https://img.shields.io/badge/java-%3E=9%20and%20%3C=20-blue.svg .. |jvm| image:: https://img.shields.io/badge/jvm-OpenJDK%20%7C%20Oracle%20%7C%20Corretto%20%7C%20Temurin-blue.svg .. |platform| image:: https://img.shields.io/badge/platform-Linux%20%7C%20Windows%20%7C%20Mac-blue -.. _GNU GENERAL PUBLIC LICENSE: https://github.com/acesseonline/pyreportjasper/blob/master/LICENSE +.. _GNU GENERAL PUBLIC LICENSE: https://github.com/EduardoSFReis/pyreportjasper/blob/master/LICENSE .. _Python Docs: https://pyreportjasper.readthedocs.io/en/latest/ .. |license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg - :target: https://github.com/acesseonline/pyreportjasper/blob/master/LICENSE \ No newline at end of file + :target: https://github.com/EduardoSFReis/pyreportjasper/blob/master/LICENSE \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8fe2f47 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" diff --git a/setup.py b/setup.py index 68b52e7..6f4ae19 100755 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ # GNU GENERAL PUBLIC LICENSE # # 2023 Jadson Bonfim Ribeiro +# Versão alterada 2024 Eduardo Soares # from setuptools import setup, find_packages import io @@ -35,7 +36,7 @@ def get_version(package): setup( - name='pyreportjasper', + name='pyreportjasperbytes', version=get_version('pyreportjasper'), url='https://github.com/acesseonline/pyreportjasper', download_url='https://pypi.python.org/pypi/pyreportjasper/' + get_version('pyreportjasper'), @@ -45,10 +46,10 @@ def get_version(package): ('Issue tracker', 'https://github.com/acesseonline/pyreportjasper/issues'), )), license='GPLv3', - author='Jadson Bonfim Ribeiro', - author_email='contato@jadsonbr.com.br', - maintainer='Jadson Bonfim Ribeiro', - maintainer_email='contato@jadsonbr.com.br', + author='Eduardo Soares Franco Reis', + author_email='edufrancoreis@hotmail.com', + maintainer='Eduardo Soares Franco Reis', + maintainer_email='edufrancoreis@hotmail.com', keywords='report jasper python', description='This package aims to be a solution to compile and process ' 'JasperReports (.jrxml & .jasper files).', diff --git a/tests/__init__.py b/tests/__init__.py index d35fb22..d9d927e 100755 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,4 +2,5 @@ # GNU GENERAL PUBLIC LICENSE # # 2023 Jadson Bonfim Ribeiro +# Versão alterada 2024 Eduardo Soares # \ No newline at end of file diff --git a/tests/test_pyreportjasper.py b/tests/test_pyreportjasper.py index d2b1b8e..ff0a7b4 100644 --- a/tests/test_pyreportjasper.py +++ b/tests/test_pyreportjasper.py @@ -2,6 +2,7 @@ # GNU GENERAL PUBLIC LICENSE # # 2023 Jadson Bonfim Ribeiro +# Versão alterada 2024 Eduardo Soares # import os diff --git a/tests/test_report.py b/tests/test_report.py index 84aab19..c2739fb 100644 --- a/tests/test_report.py +++ b/tests/test_report.py @@ -2,6 +2,7 @@ # GNU GENERAL PUBLIC LICENSE # # 2023 Jadson Bonfim Ribeiro +# Versão alterada 2024 Eduardo Soares # import os