Skip to content

Commit b6652b2

Browse files
committed
Add package to PyPI
1 parent c1ec487 commit b6652b2

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/flatpak.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ jobs:
1717
with:
1818
bundle: yafi-${{ github.sha }}.flatpak
1919
manifest-path: au.stevetech.yafi.json
20-
cache-key: flatpak-builder-${{ github.sha }}
21-
- uses: actions/upload-artifact@v4
22-
with:
23-
name: yafi ${{ github.sha }}
24-
path: yafi-${{ github.sha }}.flatpak

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There's probably more, but I happened to have them installed.
3232

3333
#### Install
3434

35-
Install the package with `pip install git+https://github.com/Steve-Tech/YAFI.git`.
35+
Install the package with `pip install yafi`.
3636

3737
Pipx is also supported.
3838

yafi/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import sys
2222
import traceback
2323
import gi
24-
import os
2524
from gi.repository import Gio
2625

2726
gi.require_version('Gtk', '4.0')

0 commit comments

Comments
 (0)