We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8682 commit b8c9e01Copy full SHA for b8c9e01
papis-html/setup.py
@@ -6,13 +6,13 @@
6
7
setup(
8
name='papis-html',
9
- version='0.0.1',
+ version='0.1',
10
author='Alejandro Gallo',
11
author_email='aamsgallo@gmail.com',
12
license='GPLv3',
13
url='https://github.com/papis/scripts/tree/master/papis-html',
14
install_requires=[
15
- "papis>=0.7",
+ "papis>=0.11.1",
16
"click",
17
],
18
classifiers=[
@@ -45,11 +45,9 @@
45
"data/js/bibtex_js.js",
46
]
47
),
48
- entry_points=dict(
49
- console_scripts=[
50
- 'papis-html=papis_html:main'
51
- ]
52
- ),
+ entry_points={
+ 'papis.command': 'html=papis_html:main'
+ },
53
packages=[
54
'papis_html'
55
0 commit comments