File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- include LICENSE.txt
1+ include LICENSE
2+ prune test
Original file line number Diff line number Diff line change @@ -36,8 +36,10 @@ optional-dependencies.test = {file = [".config/requirements-test.in"]}
3636
3737[tool .setuptools .packages .find ]
3838exclude  = [
39-     " test*" 
39+     " test"  ,
40+     " test.*" 
4041]
42+ namespaces  = false 
4143
4244[tool .pytest ]
4345env_files  = " .env" 
Original file line number Diff line number Diff line change 22
33setup (
44    name = "ibmsecurity" ,
5-     packages = find_packages (exclude = ["test* " ]),
5+     packages = find_packages (exclude = ["test.*"  , "test " ]),
66    # Date of release used for version - please be sure to use YYYY.MM.DD.seq#, MM and DD should be two digits e.g. 2017.02.05.0 
77    # seq# will be zero unless there are multiple release on a given day - then increment by one for additional release for that date 
88    version = "2025.9.26.0" ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments