We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e517994 commit 199a67cCopy full SHA for 199a67c
setup.py
@@ -4,7 +4,7 @@
4
from distutils.cmd import Command
5
6
7
-version = "1.1.1"
+version = "1.1.2"
8
9
f = open("README.rst")
10
try:
@@ -74,7 +74,6 @@ def run(self):
74
url="http://github.com/telesign/python_telesign",
75
install_requires=['requests'],
76
packages=["telesign"],
77
- namespace_packages=["telesign"],
78
cmdclass={"doc": doc},
79
)
80
telesign/__init__.py
@@ -1,3 +1,2 @@
1
-__import__('pkg_resources').declare_namespace(__name__)
2
from pkg_resources import get_distribution
3
__version__ = get_distribution("telesign").version
0 commit comments