Skip to content

Commit 6194df0

Browse files
committed
Release_24.7
1 parent 46f4d01 commit 6194df0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import shlex
1313
import unittest
1414
import subprocess
15-
from setuptools import setup, find_packages, Command, find_namespace_packages
15+
from setuptools import setup, Command, find_namespace_packages
1616
from setuptools.command.test import test
1717

1818
pkg_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={

0 commit comments

Comments
 (0)