Skip to content

Commit

Permalink
Merge pull request #17 from jirikuncar/setup
Browse files Browse the repository at this point in the history
Exclude tests from installed packages
  • Loading branch information
timofurrer committed Nov 7, 2017
2 parents 1c71702 + b3453f3 commit b137936
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 @@
install_requires=[
'click'
],
packages=find_packages(),
packages=find_packages(exclude=('tests', )),
entry_points={
'console_scripts': [
'click-man = click_man.__main__:cli',
Expand Down

0 comments on commit b137936

Please sign in to comment.