Mercurial > odfcast
changeset 13:75d90af41dfa
Exclude example data from being packaged in setup.py
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 26 Sep 2014 20:17:33 +0200 |
parents | 195306a622e0 |
children | 53c7a99cabae |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Fri Sep 26 20:17:08 2014 +0200 +++ b/setup.py Fri Sep 26 20:17:33 2014 +0200 @@ -23,7 +23,7 @@ author_email='bjoern.ricks@intevation.de', url='', license='', - packages=find_packages(exclude=[]), + packages=find_packages(exclude=["examples"]), include_package_data=True, zip_safe=True, install_requires=read("requirements.txt").split(),