Skip to content

Commit

Permalink
fix: move protopace to source layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Sep 27, 2024
1 parent 9eee3f6 commit 0d05fb5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
!src
!requirements/*.txt
!README.rst
!LICENSE
!pyproject.toml
!setup.py
!container/start.sh
!container/healthcheck.py

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/container-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
fetch-depth: 0

- name: Install requirements
run: |
python -m venv venv
source ./venv/bin/activate
pip install .
run: make install

- name: Resolve Karapace version
run: |
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include src/karapace/*.py
graft src
include karapace.json
include karapace.unit
include tests/*.py
Expand All @@ -7,6 +7,5 @@ include README.rst
include pyproject.toml
include LICENSE
include MANIFEST.in
include src/*.so

recursive-exclude examples *~ *.pyc \.*
File renamed without changes.
File renamed without changes.

0 comments on commit 0d05fb5

Please sign in to comment.