Skip to content

Commit

Permalink
chore: add MANIFEST.in (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Joan Fontanals Martinez <joan.martinez@jina.ai>
  • Loading branch information
JoanFM committed Jul 14, 2023
1 parent 790f634 commit e298e6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
recursive-include vectordb/ *
global-exclude __pycache__/*
include LICENSE
include requirements.txt
prune test/
prune **/tests/

0 comments on commit e298e6e

Please sign in to comment.