mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 08:22:32 +01:00 
			
		
		
		
	project: add setup
This commit is contained in:
		
							
								
								
									
										3
									
								
								pyproject.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								pyproject.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | [build-system] | ||||||
|  | requires = ["setuptools>=43.0.0", "wheel"] | ||||||
|  | build-backend = "setuptools.build_meta" | ||||||
							
								
								
									
										12
									
								
								setup.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								setup.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | from setuptools import setup, find_namespace_packages | ||||||
|  |  | ||||||
|  | setup( | ||||||
|  |     name='superfaktura_client', | ||||||
|  |     version='1.0.0', | ||||||
|  |     packages=find_namespace_packages(), | ||||||
|  |     url='https://github.com/eledio-helpers/superfaktura-client', | ||||||
|  |     license='', | ||||||
|  |     author='Richard Kubíček', | ||||||
|  |     author_email='kubicekr@eledio.com', | ||||||
|  |     description='' | ||||||
|  | ) | ||||||
		Reference in New Issue
	
	Block a user