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