Skip to content

Commit

Permalink
don't include tests in PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 12, 2014
1 parent 28437c2 commit 3aab88c
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 @@ -41,7 +41,7 @@ def get_version():
author_email='gis@houstoneng.com',
url='https://github.com/heigeo/climata',
license='MIT',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
description=DESCRIPTION,
long_description=long_description(),
install_requires=['wq.io>=0.5.1', 'owslib', 'SOAPpy'],
Expand Down

0 comments on commit 3aab88c

Please sign in to comment.