Skip to content

Commit

Permalink
Python3 and pip support
Browse files Browse the repository at this point in the history
This chage is very significant. First, it chages the code so that
it can be ran on either python2, or python3.
Second it adds support for pip #31
  • Loading branch information
nhumrich committed Jun 8, 2016
1 parent 8ded094 commit ac8e9ed
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 144 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
*.pyc
gitfiti.sh
build/
dist/
gitfiti.egg-info/

0 comments on commit ac8e9ed

Please sign in to comment.