Skip to content

Commit f4d615e

Browse files
committed
[meta] update package name to yowsup
Was yowsup2, and updated package description
1 parent 17b86a0 commit f4d615e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
deps.append('readline')
2121

2222
setup(
23-
name='yowsup2',
23+
name='yowsup',
2424
version=yowsup.__version__,
2525
url='http://github.com/tgalal/yowsup/',
2626
license='GPL-3+',
@@ -30,7 +30,7 @@
3030
scripts = ['yowsup-cli'],
3131
#cmdclass={'test': PyTest},
3232
author_email='tare2.galal@gmail.com',
33-
description='A WhatsApp python library',
33+
description='The WhatsApp lib',
3434
#long_description=long_description,
3535
packages= find_packages(),
3636
include_package_data=True,

0 commit comments

Comments
 (0)