Skip to content

Commit

Permalink
tests package is in the top level directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasmagri committed Apr 11, 2014
1 parent ef1a584 commit 5d1305b
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 @@ -45,7 +45,7 @@
"Topic :: Software Development :: Libraries :: Python Modules"
],
include_package_data=True,
packages=find_packages(exclude=['*.tests']),
packages=find_packages(exclude=['tests']),
package_data={
'libturpial': ['certs/*']
},
Expand Down

0 comments on commit 5d1305b

Please sign in to comment.