removing test/temp folder from package
Change-Id: Ibd7491d3ed65606a39837184d3b209d593c838b1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py
index 7d8a31d..cd7b5d4 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
# limitations under the License.
import os
-from setuptools import setup
+from setuptools import setup, find_packages
_name = "osm_nbi"
# version is at first line of osm_nbi/html_public/version
@@ -41,7 +41,7 @@
url='https://osm.etsi.org/gitweb/?p=osm/NBI.git;a=summary',
license='Apache 2.0',
- packages=[_name],
+ packages=find_packages(exclude=["temp", "local"]),
include_package_data=True,
# exclude_package_data={'': ['osm_nbi/local', 'temp']},
# data_files=[('/etc/osm/', ['osm_nbi/nbi.cfg']),