diff options
Diffstat (limited to 'apigateway/MANIFEST.in')
-rw-r--r-- | apigateway/MANIFEST.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apigateway/MANIFEST.in b/apigateway/MANIFEST.in new file mode 100644 index 0000000..7963b5f --- /dev/null +++ b/apigateway/MANIFEST.in @@ -0,0 +1,9 @@ +include AUTHORS +include ChangeLog +include apigateway/gRPC/tosca2heat/*pb2.py +include apigateway/gRPC/verigraph/*pb2.py +exclude .gitignore +exclude .gitreview + +global-exclude *.pyc +global-exclude *.go |