Skip to content

Commit

Permalink
chore: fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Sep 26, 2024
1 parent b6015f2 commit 9eee3f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
- name: Install libsnappy-dev
run: sudo apt install libsnappy-dev
- name: Install requirements
run: |
python -m venv venv
source ./venv/bin/activate
pip install -e .
run: make install-dev
# Compare with latest release when running on main.
- run: |
source ./venv/bin/activate
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include karapace/*.py
include src/karapace/*.py
include karapace.json
include karapace.unit
include tests/*.py
Expand All @@ -7,6 +7,6 @@ include README.rst
include pyproject.toml
include LICENSE
include MANIFEST.in
include *.so
include src/*.so

recursive-exclude examples *~ *.pyc \.*

0 comments on commit 9eee3f6

Please sign in to comment.