-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69f8e92
commit 839e5bf
Showing
6 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools>=42", "wheel"] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# GNU GENERAL PUBLIC LICENSE | ||
# | ||
# 2023 Jadson Bonfim Ribeiro <[email protected]> | ||
# Versão alterada 2024 Eduardo Soares <[email protected]> | ||
# | ||
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).', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
# GNU GENERAL PUBLIC LICENSE | ||
# | ||
# 2023 Jadson Bonfim Ribeiro <[email protected]> | ||
# Versão alterada 2024 Eduardo Soares <[email protected]> | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# GNU GENERAL PUBLIC LICENSE | ||
# | ||
# 2023 Jadson Bonfim Ribeiro <[email protected]> | ||
# Versão alterada 2024 Eduardo Soares <[email protected]> | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# GNU GENERAL PUBLIC LICENSE | ||
# | ||
# 2023 Jadson Bonfim Ribeiro <[email protected]> | ||
# Versão alterada 2024 Eduardo Soares <[email protected]> | ||
# | ||
|
||
import os | ||
|