improvements to manifest to exclude pyc and __pycache__
This commit is contained in:
@@ -2,4 +2,11 @@ include AUTHORS
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
recursive-include cqlengine *
|
recursive-include cqlengine *
|
||||||
|
global-exclude *.pyc
|
||||||
|
global-exclude __pycache__/*
|
||||||
|
global-exclude *.so
|
||||||
|
global-exclude .DS_Store
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user