Skip to content

Commit

Permalink
Fix format of console_scripts and spelling of version
Browse files Browse the repository at this point in the history
  • Loading branch information
musically-ut committed Apr 28, 2015
1 parent ee4c6ff commit addc581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
REQUIRES = REQUIRES + ["wand>=0.4.0"]

setup(
varsion='0.0.1',
version='0.0.1',
name="anki-slides-import",
author="Utkarsh Upadhyay",
author_email="musically.ut@gmail.com",
Expand All @@ -16,7 +16,7 @@
install_requires=REQUIRES,
url="https://github.com/musically-ut/anki-slides-import",
packages=["slidesimport"],
entry_points={ "console_script": [ "slides2anki = slidesimport.run" ]},
entry_points={ "console_scripts": [ "slides2anki = slidesimport.slidesimport:run" ]},
classifiers = [
"License :: OSI Approved :: MIT License",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit addc581

Please sign in to comment.