Fix up build or some shit
This commit is contained in:
@@ -16,10 +16,10 @@ from collections import OrderedDict
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
from croppa.utils import load_image_utf8, get_active_window_title
|
from utils import load_image_utf8, get_active_window_title
|
||||||
from croppa.tracking import FeatureTracker
|
from tracking import FeatureTracker
|
||||||
from croppa.capture import Cv2BufferedCap
|
from capture import Cv2BufferedCap
|
||||||
from croppa.project_view import ProjectView
|
from project_view import ProjectView
|
||||||
|
|
||||||
|
|
||||||
class VideoEditor:
|
class VideoEditor:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "croppa"
|
name = "croppa"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Fast and lightweight video editor for cropping, zooming, and cutting"
|
description = "Fast and lightweight video editor for cropping, zooming, and cutting"
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opencv-python>=4.8.0",
|
"opencv-python>=4.8.0",
|
||||||
@@ -12,3 +11,6 @@ dependencies = [
|
|||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
croppa = "main:main"
|
croppa = "main:main"
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
py-modules = ["capture", "main", "project_view", "tracking", "utils"]
|
||||||
Reference in New Issue
Block a user