mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
More work on making installable
This commit is contained in:
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@@ -0,0 +1 @@
|
||||
include yafi/ui/*.ui
|
||||
@@ -29,3 +29,7 @@ Issues = "https://github.com/Steve-Tech/YAFI/issues"
|
||||
|
||||
[project.gui-scripts]
|
||||
yafi = "yafi:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
1
yafi/__init__.py
Normal file
1
yafi/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .yafi import main
|
||||
Reference in New Issue
Block a user