We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9a1ca commit 529e1aaCopy full SHA for 529e1aa
1 file changed
AndroidViewClient/setup.py
@@ -1,9 +1,9 @@
1
#!/usr/bin/env python
2
3
-from distutils.core import setup
+from setuptools import setup
4
5
setup(name='AndroidViewClient',
6
- version='4.4.2',
+ version='4.5.0',
7
description='''AndroidViewClient is a 100% pure python tool that
8
simplifies test script creation providing higher level operations and the ability of
9
obtaining the tree of Views present at any given moment on the device or emulator screen.
0 commit comments