Revision d16153f556454435224cb7b570cc4428ec864867 authored by Breakthrough on 14 July 2023, 22:44:53 UTC, committed by Breakthrough on 14 July 2023, 22:44:53 UTC
1 parent 69b4a24
Raw File
setup.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
#         PySceneDetect: Python-Based Video Scene Detector
#   ---------------------------------------------------------------
#     [  Site: http://www.bcastell.com/projects/PySceneDetect/   ]
#     [  Github: https://github.com/Breakthrough/PySceneDetect/  ]
#     [  Documentation: http://www.scenedetect.com/docs/         ]
#
# Copyright (C) 2014-2023 Brandon Castellano <http://www.bcastell.com>.
#
""" PySceneDetect setup.py - DEPRECATED.

Build using `python -m build` and installing the resulting .whl using `pip`.
"""

from setuptools import setup
setup()
back to top