Exclude tests from installation
This commit is contained in:
parent
7a1b110f62
commit
0d92baa670
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ CLASSIFIERS = [
|
|||
|
||||
setup(name='mongoengine',
|
||||
version=VERSION,
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=('tests',)),
|
||||
author='Harry Marr',
|
||||
author_email='harry.marr@{nospam}gmail.com',
|
||||
maintainer="Ross Lawley",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue