Skip to content

Commit f474a9b

Browse files
committed
Fix py structure
1 parent bd3fd2a commit f474a9b

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

auto_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "29.0.2"
1+
__version__ = "29.0.3"

auto_editor/cli.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[build-system]
2-
requires = ["setuptools>=77", "wheel"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["setuptools>=77"]
43

54
[project]
65
name = "auto-editor"
7-
version = "29.0.2"
6+
version = "29.0.3"
87
description = "Auto-Editor: Effort free video editing!"
98
readme = "README.md"
109
license = "Unlicense"
1110
authors = [{ name = "WyattBlue", email = "[email protected]" }]
12-
requires-python = ">=3.10"
11+
requires-python = ">=3.9"
1312
dependencies = []
1413
keywords = [
1514
"video", "audio", "media", "editor", "editing",
@@ -18,13 +17,13 @@ keywords = [
1817
]
1918

2019
[project.scripts]
21-
auto-editor = "auto_editor.cli:cli"
20+
auto-editor = "auto_editor.__main__:main"
2221

2322
[tool.setuptools.packages.find]
2423
include = ["auto_editor*"]
2524

2625
[project.urls]
27-
"Bug Tracker" = "https://github.com/WyattBlue/auto-editor/issues"
26+
"Bug Tracker" = "https://github.com/WyattBlue/auto-editor/discussions"
2827
"Source Code" = "https://github.com/WyattBlue/auto-editor"
2928
homepage = "https://auto-editor.com"
3029

0 commit comments

Comments
 (0)