Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py3o.renderers.juno
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florent Aide
py3o.renderers.juno
Commits
b1dbe7a45923
Commit
b1dbe7a45923
authored
8 years ago
by
Florent Aide
Browse files
Options
Downloads
Patches
Plain Diff
dos2unix setup.py
parent
13a715455569
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+38
-38
38 additions, 38 deletions
setup.py
with
38 additions
and
38 deletions
setup.py
+
38
−
38
View file @
b1dbe7a4
from
setuptools
import
setup
,
find_packages
version
=
'
0.7.1
'
setup
(
name
=
'
py3o.renderers.juno
'
,
version
=
version
,
description
=
"
A Java based driver for py3o
"
,
long_description
=
open
(
"
README.rst
"
).
read
(),
classifiers
=
[
"
Programming Language :: Python
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
,
"
Development Status :: 4 - Beta
"
,
"
Intended Audience :: Developers
"
,
"
License :: OSI Approved :: BSD License
"
,
"
Operating System :: OS Independent
"
,
"
Programming Language :: Java
"
,
"
Programming Language :: Python :: 2
"
,
"
Topic :: Printing
"
,
],
keywords
=
'
LibreOffice OpenOffice PDF
'
,
author
=
'
Florent Aide & Jerome Collette
'
,
author_email
=
'
florent.aide@gmail.com, collette.jerome@gmail.com
'
,
url
=
'
http://bitbucket.org/faide/py3o.renderers.juno
'
,
dependency_links
=
[],
license
=
'
BSD License
'
,
packages
=
find_packages
(
exclude
=
[
'
ez_setup
'
,
'
examples
'
,
'
tests
'
]),
namespace_packages
=
[
'
py3o
'
],
include_package_data
=
True
,
zip_safe
=
True
,
install_requires
=
[
'
setuptools
'
,
'
jpype1
'
,
],
entry_points
=
dict
(
# -*- Entry points: -*-
),
test_suite
=
'
nose.collector
'
,
)
from
setuptools
import
setup
,
find_packages
version
=
'
0.7.1
'
setup
(
name
=
'
py3o.renderers.juno
'
,
version
=
version
,
description
=
"
A Java based driver for py3o
"
,
long_description
=
open
(
"
README.rst
"
).
read
(),
classifiers
=
[
"
Programming Language :: Python
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
,
"
Development Status :: 4 - Beta
"
,
"
Intended Audience :: Developers
"
,
"
License :: OSI Approved :: BSD License
"
,
"
Operating System :: OS Independent
"
,
"
Programming Language :: Java
"
,
"
Programming Language :: Python :: 2
"
,
"
Topic :: Printing
"
,
],
keywords
=
'
LibreOffice OpenOffice PDF
'
,
author
=
'
Florent Aide & Jerome Collette
'
,
author_email
=
'
florent.aide@gmail.com, collette.jerome@gmail.com
'
,
url
=
'
http://bitbucket.org/faide/py3o.renderers.juno
'
,
dependency_links
=
[],
license
=
'
BSD License
'
,
packages
=
find_packages
(
exclude
=
[
'
ez_setup
'
,
'
examples
'
,
'
tests
'
]),
namespace_packages
=
[
'
py3o
'
],
include_package_data
=
True
,
zip_safe
=
True
,
install_requires
=
[
'
setuptools
'
,
'
jpype1
'
,
],
entry_points
=
dict
(
# -*- Entry points: -*-
),
test_suite
=
'
nose.collector
'
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment