Skip to content

Commit 71760a2

Browse files
Update setup.py
1 parent 8274c1d commit 71760a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_requires=REQUIRES,
2727
packages=find_packages(exclude=["test", "tests"]),
2828
include_package_data=True,
29-
long_description_content_type="text/markdown"
29+
long_description_content_type="text/markdown",
3030
long_description="""\
3131
Shotstack is a video, image and audio editing service that allows for the automated generation of videos, images and audio using JSON
3232
and a RESTful API. You arrange and configure an edit and POST it to the API which will render your media and provide a file

0 commit comments

Comments
 (0)