Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Sep 15, 2015
1 parent 2229cdf commit a5d6d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author='Thibault Clerice',
author_email='leponteineptique@gmail.com',
license='MIT',
packages=find_packages(),
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
"requests==2.7.0",
"six==1.9.0",
Expand Down

0 comments on commit a5d6d6c

Please sign in to comment.