Skip to content

Commit 199a67c

Browse files
author
Jarrad Lee
committed
Removed namespace package directives as they are redundant for this package.
1 parent e517994 commit 199a67c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.cmd import Command
55

66

7-
version = "1.1.1"
7+
version = "1.1.2"
88

99
f = open("README.rst")
1010
try:
@@ -74,7 +74,6 @@ def run(self):
7474
url="http://github.com/telesign/python_telesign",
7575
install_requires=['requests'],
7676
packages=["telesign"],
77-
namespace_packages=["telesign"],
7877
cmdclass={"doc": doc},
7978
)
8079

telesign/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
__import__('pkg_resources').declare_namespace(__name__)
21
from pkg_resources import get_distribution
32
__version__ = get_distribution("telesign").version

0 commit comments

Comments
 (0)