File tree Expand file tree Collapse file tree 11 files changed +37
-30
lines changed Expand file tree Collapse file tree 11 files changed +37
-30
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env python3 
22# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 
33# SPDX-License-Identifier: Apache-2.0 
4- from  tool .amend  import  main 
4+ from  smithy_changelog .amend  import  main 
55
66
77if  __name__  ==  "__main__" :
Original file line number Diff line number Diff line change 11#! /usr/bin/env python3 
22# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 
33# SPDX-License-Identifier: Apache-2.0 
4- from  tool .new  import  main 
4+ from  smithy_changelog .new  import  main 
55
66
77if  __name__  ==  "__main__" :
Original file line number Diff line number Diff line change 11[project ]
2- name  = " changelog " 
2+ name  = " smithy_changelog " 
33version  = " 0.1.0" 
44description  = " A staged changelog tool for Smithy." 
55readme  = " README.md" 
66requires-python  = " >=3.12" 
77dependencies  = []
88
99[project .scripts ]
10- amend  = " tool .amend:main" 
11- render  = " tool .render:main" 
12- new-change  = " tool .new:main" 
10+ amend  = " smithy_changelog .amend:main" 
11+ render  = " smithy_changelog .render:main" 
12+ new-change  = " smithy_changelog .new:main" 
1313
1414[dependency-groups ]
1515lint  = [
@@ -20,6 +20,13 @@ typing = [
2020    " pyright>=1.1.403" 
2121]
2222
23+ [build-system ]
24+ requires  = [" uv_build>=0.8.2,<0.9.0"  ]
25+ build-backend  = " uv_build" 
26+ 
27+ [tool .uv .build-backend ]
28+ module-root  = " " 
29+ 
2330[tool .uv ]
2431package  = true 
2532required-version  = " >=0.7.21" 
Original file line number Diff line number Diff line change 11#! /usr/bin/env python3 
22# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 
33# SPDX-License-Identifier: Apache-2.0 
4- from  tool .render  import  main 
4+ from  smithy_changelog .render  import  main 
55
66
77if  __name__  ==  "__main__" :
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments