Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 51daeef

Browse files
committed
manifest syntax
1 parent b3ea735 commit 51daeef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
python-version: '3.x'
5454

55-
- run: pip install -e .[tests]
55+
- run: pip install .[tests]
5656

5757
- run: cinst -y ffmpeg
5858

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include src/pylivestream/pylivestream.ini
2-
graft src/pylivestream/data/
2+
graft src/pylivestream/data

0 commit comments

Comments
 (0)