File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1212import shlex
1313import unittest
1414import subprocess
15- from setuptools import setup , find_packages , Command , find_namespace_packages
15+ from setuptools import setup , Command , find_namespace_packages
1616from setuptools .command .test import test
1717
1818pkg_name = 'rest.connector'
@@ -129,14 +129,11 @@ def find_version(*paths):
129129 'Topic :: Software Development :: Libraries :: Python Modules' ,
130130 ],
131131
132- # uses namespace package
133- namespace_packages = find_namespace_packages (include = ['rest' ]),
134-
135132 # project keywords
136133 keywords = 'pyats cisco-shared' ,
137134
138135 # project packages
139- packages = find_packages (where = 'src' ),
136+ packages = find_namespace_packages (where = 'src' ),
140137
141138 # project directory
142139 package_dir = {
You can’t perform that action at this time.
0 commit comments