Skip to content

Commit

Permalink
Whaddaya know, *still* debuggin' console_scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 28, 2014
1 parent b610071 commit 3d58043
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 @@ -7,7 +7,7 @@

setup(
name="folderify",
version="0.0.4",
version="0.0.5",
description="A tool to generate pretty, beveled OSX folder icons.",
long_description=long_description,
url="https://github.com/lgarron/folderify",
Expand Down Expand Up @@ -64,7 +64,7 @@
# pip to create the appropriate form of executable for the target platform.
entry_points={
"console_scripts": [
"folderify = folderify",
"folderify = folderify.__main__:main",
],
},
)

0 comments on commit 3d58043

Please sign in to comment.