Skip to content

Commit 50d2e38

Browse files
committed
remove entrypoint, bump version
1 parent 8db1a52 commit 50d2e38

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = 'v0.1.5'
61+
version = 'v0.1.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = 'v0.1.5'
63+
release = 'v0.1.6'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

lantern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88

99
__all__ = ['plot', 'figure', 'grids', 'data', 'extensions', 'widgets'] # noqa: F405
10-
__version__ = '0.1.5'
10+
__version__ = '0.1.6'

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pylantern',
15-
version='0.1.5',
15+
version='0.1.6',
1616
description='Analytics library',
1717
long_description=long_description,
1818
url='https://github.com/timkpaine/lantern',
@@ -38,10 +38,4 @@
3838
'lantern/extensions/publish/templates/*']},
3939
include_package_data=True,
4040
zip_safe=False,
41-
entry_points={
42-
'nbconvert.exporters': [
43-
'pdf_hidecode = lantern.extensions.hideinput.exporters:PDFHideCodeExporter',
44-
'html_hidecode = lantern.extensions.hideinput.exporters:HTMLHideCodeExporter',
45-
],
46-
}
4741
)

0 commit comments

Comments
 (0)