Skip to content

Commit

Permalink
Add manifest and dockerignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 7, 2023
1 parent cb788c2 commit e5d0387
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include MANIFEST.in
include LICENSE
include .gitmodules
recursive-include docs *.*
recursive-include mypy_plugins *.*
prune */__pycache__
global-exclude .git *.pyc *.swp

0 comments on commit e5d0387

Please sign in to comment.