jkaluza / freshmaker

Forked from freshmaker 7 years ago
Clone

e800a53 Filter out the 'tests.*' submodules in find_packages in setup.py.

Authored and Committed by jkaluza 5 years ago
1 file changed. 1 lines added. 1 lines removed.
    Filter out the 'tests.*' submodules in find_packages in setup.py.
    
    Since we have added multiple directories in the ./tests, the old
    find_packages exclude stopped working, because it did not filter out
    all the tests.* sub-modules, but just the main "test" module.
    
    This commit extends the old code to filter out also the sub-modules.
    
        
file modified
+1 -1