Skip to content

Commit 90f7973

Browse files
committed
Fixed entry point and updated version.
1 parent 056267e commit 90f7973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mm_poe/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.7
1+
0.1.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read_requirements(path):
4040
packages=find_packages(exclude=["tests", ".github"]),
4141
install_requires=read_requirements("requirements.txt"),
4242
entry_points={
43-
"console_scripts": ["mm_poe = mm_poe.__main__:main"]
43+
"console_scripts": ["mm_poe = mm_poe.__main__:entry_point"]
4444
},
4545
extras_require={"test": read_requirements("requirements-test.txt")},
4646
)

0 commit comments

Comments
 (0)