Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3mora2 committed Sep 13, 2023
2 parents 7b017a9 + b4e9ff7 commit 1ca799e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
from setuptools import find_packages
from setuptools import setup


long_description = open("README.md", encoding="utf-8").read()
description = ("WPP_Whatsapp aim of exporting functions from WhatsApp Web to the python, which can be used to support "
"the creation of any interaction, such as customer service, media sending, intelligence recognition "
"based on phrases artificial and many other things, use your imagination")

version = "0.1.4.1"

version = "0.1.5.1"

setup(
name="WPP_Whatsapp",
Expand Down

0 comments on commit 1ca799e

Please sign in to comment.