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.
1 parent 8274c1d commit 71760a2Copy full SHA for 71760a2
setup.py
@@ -26,7 +26,7 @@
26
install_requires=REQUIRES,
27
packages=find_packages(exclude=["test", "tests"]),
28
include_package_data=True,
29
- long_description_content_type="text/markdown"
+ long_description_content_type="text/markdown",
30
long_description="""\
31
Shotstack is a video, image and audio editing service that allows for the automated generation of videos, images and audio using JSON
32
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