We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
1 parent e464aec commit a7a6189Copy full SHA for a7a6189
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(
4
- name="whatsapp_api_webhook_server_python_v2",
+ name="whatsapp-api-webhook-server-python-v2",
5
version="0.1.0",
6
description=(
7
"This library helps you easily create"
@@ -31,7 +31,6 @@
31
"Programming Language :: Python",
32
"Programming Language :: Python :: 3",
33
"Programming Language :: Python :: 3 :: Only",
34
- "Programming Language :: Python :: 3.7",
35
"Programming Language :: Python :: 3.8",
36
"Programming Language :: Python :: 3.9",
37
"Programming Language :: Python :: 3.10",
0 commit comments