Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Exclude tests from dist (#866)
Browse files Browse the repository at this point in the history
Closes #861
FreeNAS Ticket: #75351
  • Loading branch information
Brandon Schneider committed Feb 15, 2019
1 parent 64d6e8c commit ca04bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prune tests
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
author='iocage Contributors',
author_email='https://groups.google.com/forum/#!forum/iocage',
url='https://github.com/iocage/iocage',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
include_package_data=True,
install_requires=[
'GitPython>=2.1.11',
Expand All @@ -71,7 +71,7 @@
author='iocage Contributors',
author_email='https://groups.google.com/forum/#!forum/iocage',
url='https://github.com/iocage/iocage',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
include_package_data=True,
install_requires=[
'click>=6.7',
Expand Down

0 comments on commit ca04bf3

Please sign in to comment.