mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	Update setup.py
This commit is contained in:
		
							
								
								
									
										7
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								setup.py
									
									
									
									
									
								
							| @@ -2,11 +2,14 @@ from setuptools import setup, find_namespace_packages | |||||||
|  |  | ||||||
| setup( | setup( | ||||||
|     name='superfaktura_client', |     name='superfaktura_client', | ||||||
|     version='1.0.0', |     version='0.0.1', | ||||||
|     packages=find_namespace_packages(), |     packages=find_namespace_packages(), | ||||||
|     url='https://github.com/eledio-helpers/superfaktura-client', |     url='https://github.com/eledio-helpers/superfaktura-client', | ||||||
|     license='', |     license='', | ||||||
|     author='Richard Kubíček', |     author='Richard Kubíček', | ||||||
|     author_email='kubicekr@eledio.com', |     author_email='kubicekr@eledio.com', | ||||||
|     description='' |     install_requires=[ | ||||||
|  |         "requests", | ||||||
|  |         "python-dotenv" | ||||||
|  |     ], | ||||||
| ) | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user