Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9f0571

Browse files
committed
reinstate console scripts; they appear to work fine
1 parent 57dde46 commit d9f0571

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
include_package_data = True,
4040
packages=find_packages(exclude=["tests", "tests.*"]),
4141
# test_suite = "tests", They're not even working yet
42-
# entry_points = {
43-
# 'console_scripts': [
44-
# 'pisa = sx.pisa3:command',
45-
# 'xhtml2pdf = sx.pisa3:command',
46-
# ]
47-
# },
42+
entry_points = {
43+
'console_scripts': [
44+
'pisa = xhtml2pdf.pisa:command',
45+
'xhtml2pdf = xhtml2pdf.pisa:command',
46+
]
47+
},
4848
long_description=README,
4949
classifiers =[
5050
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)