Skip to content

Commit

Permalink
manifest syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 20, 2020
1 parent b3ea735 commit 51daeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
python-version: '3.x'

- run: pip install -e .[tests]
- run: pip install .[tests]

- run: cinst -y ffmpeg

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include src/pylivestream/pylivestream.ini
graft src/pylivestream/data/
graft src/pylivestream/data

0 comments on commit 51daeef

Please sign in to comment.