Skip to content

Commit e010ddc

Browse files
author
Alex Lourenco
committed
Fixed setup.py metadata
1 parent 86c9ec7 commit e010ddc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools import setup, find_packages # noqa: H301
1212

1313
NAME = "shotstack-sdk"
14-
VERSION = "1.0.0"
14+
VERSION = "0.0.1"
1515
# To install the library, run the following
1616
#
1717
# python setup.py install
@@ -28,10 +28,10 @@
2828
name=NAME,
2929
version=VERSION,
3030
description="Shotstack",
31-
author="OpenAPI Generator community",
32-
author_email="[email protected]",
33-
url="",
34-
keywords=["OpenAPI", "OpenAPI-Generator", "Shotstack"],
31+
author="Shotstack",
32+
author_email="[email protected]",
33+
url="https://shotstack.io",
34+
keywords=["Shotstack"],
3535
python_requires=">=3.6",
3636
install_requires=REQUIRES,
3737
packages=find_packages(exclude=["test", "tests"]),

0 commit comments

Comments
 (0)