diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ad6c8e..2ac1e5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: python-version: '3.x' - - run: pip install -e .[tests] + - run: pip install .[tests] - run: cinst -y ffmpeg diff --git a/MANIFEST.in b/MANIFEST.in index 71d3596..e870c5f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include src/pylivestream/pylivestream.ini -graft src/pylivestream/data/ +graft src/pylivestream/data