Skip to content

Commit b8c9e01

Browse files
Update papis-html vor v0.11
1 parent 4ef8682 commit b8c9e01

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

papis-html/setup.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
setup(
88
name='papis-html',
9-
version='0.0.1',
9+
version='0.1',
1010
author='Alejandro Gallo',
1111
author_email='aamsgallo@gmail.com',
1212
license='GPLv3',
1313
url='https://github.com/papis/scripts/tree/master/papis-html',
1414
install_requires=[
15-
"papis>=0.7",
15+
"papis>=0.11.1",
1616
"click",
1717
],
1818
classifiers=[
@@ -45,11 +45,9 @@
4545
"data/js/bibtex_js.js",
4646
]
4747
),
48-
entry_points=dict(
49-
console_scripts=[
50-
'papis-html=papis_html:main'
51-
]
52-
),
48+
entry_points={
49+
'papis.command': 'html=papis_html:main'
50+
},
5351
packages=[
5452
'papis_html'
5553
],

0 commit comments

Comments
 (0)