Skip to content

Commit a7a6189

Browse files
committed
setup.py updated
1 parent e464aec commit a7a6189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(
4-
name="whatsapp_api_webhook_server_python_v2",
4+
name="whatsapp-api-webhook-server-python-v2",
55
version="0.1.0",
66
description=(
77
"This library helps you easily create"
@@ -31,7 +31,6 @@
3131
"Programming Language :: Python",
3232
"Programming Language :: Python :: 3",
3333
"Programming Language :: Python :: 3 :: Only",
34-
"Programming Language :: Python :: 3.7",
3534
"Programming Language :: Python :: 3.8",
3635
"Programming Language :: Python :: 3.9",
3736
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)