Skip to content

Commit

Permalink
Merge pull request #11 from click-contrib/v1-maint
Browse files Browse the repository at this point in the history
Include tests in package, but don't install
  • Loading branch information
geowurster committed Jan 5, 2016
2 parents be19a88 + da84cb1 commit eacb101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -4,3 +4,4 @@ include LICENSE.txt
include MANIFEST.in
include README.rst
include setup.py
recursive-include tests *.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -62,7 +62,7 @@
keywords='click plugin setuptools entry-point',
license="New BSD",
long_description=long_desc,
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests.*', 'tests']),
url=source,
version=version,
zip_safe=True
Expand Down

0 comments on commit eacb101

Please sign in to comment.