feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
		
							parent
							
								
									19bb5bd27f
								
							
						
					
					
						commit
						6bb18b47c1
					
				
					 6 changed files with 55 additions and 70 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
# -*- coding: utf-8; -*-
 | 
			
		||||
 | 
			
		||||
__version__ = '0.1.7'
 | 
			
		||||
try:
 | 
			
		||||
    from importlib.metadata import version
 | 
			
		||||
except ImportError:
 | 
			
		||||
    from importlib_metadata import version
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
__version__ = version('tailbone-quickbooks')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue