Skip to content

Commit

Permalink
Fix setup bug, move git_pretty to own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
draperunner committed May 5, 2017
1 parent 3eb5472 commit 9bcbcad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Empty file removed __init__.py
Empty file.
1 change: 1 addition & 0 deletions git_pretty/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from git_pretty import console_script_wrapper
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0',
version='0.1.1',

description='An implementation of Justin Hileman\'s chart from "Changing History, or How to Git Pretty"',
long_description=long_description,
Expand Down

0 comments on commit 9bcbcad

Please sign in to comment.