Skip to content

Commit

Permalink
"Merge pull request #53 from adamchainz/fix_find_packages\n\nDon't in…
Browse files Browse the repository at this point in the history
…clude 'tests' in setup.py"
  • Loading branch information
miracle2k committed Aug 21, 2015
2 parents fd37df7 + 5582852 commit 2d37404
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 @@ -37,7 +37,7 @@ def parse_version(assignee):
description='Asset management for Django, to compress and merge '\
'CSS and Javascript files.',
long_description=__doc__,
packages=find_packages(),
packages=find_packages(exclude=('tests',)),
zip_safe=False,
platforms='any',
install_requires=[
Expand Down

0 comments on commit 2d37404

Please sign in to comment.