File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ zip-safe = false
4141include  = [" selenium*"  ]
4242exclude  = [" test*"  ]
4343namespace  = false 
44+ #  include-package-data is `true` by default in pyproject.toml
4445
4546[project .urls ]
4647Repository  = " https://github.com/SeleniumHQ/selenium/" 
@@ -49,12 +50,6 @@ Changelog = "https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES"
4950Documentation  = " https://www.selenium.dev/documentation/overview/" 
5051SourceCode  = " https://github.com/SeleniumHQ/selenium/tree/trunk/py" 
5152
52- [tool .setuptools .packages .find ]
53- include  = [" selenium*"  ]
54- exclude  = [" test*"  ]
55- namespaces  = false 
56- #  include-package-data is `true` by default in pyproject.toml
57- 
5853[tool .setuptools .package-data ]
5954selenium_package  = [
6055    " *.py"  , 
@@ -145,4 +140,4 @@ line-length = 120
145140target-version  = [' py38'  ]
146141
147142[tool .docformatter ]
148- recursive  = true 
143+ recursive  = true 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments