Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahknight committed Jul 7, 2014
1 parent e7cba05 commit 00f1e53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.pyc
__pycache__
dist
build
*.egg
*.egg-info
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup #, find_packages
from setuptools import setup, find_packages

setup(
name="emlx",
Expand Down

0 comments on commit 00f1e53

Please sign in to comment.