Update setup.py

This commit is contained in:
Richard Kubíček
2025-01-16 14:03:43 +01:00
parent 36b09c9118
commit 5b2743a26a

View File

@@ -2,11 +2,14 @@ from setuptools import setup, find_namespace_packages
setup(
name='superfaktura_client',
version='1.0.0',
version='0.0.1',
packages=find_namespace_packages(),
url='https://github.com/eledio-helpers/superfaktura-client',
license='',
author='Richard Kubíček',
author_email='kubicekr@eledio.com',
description=''
install_requires=[
"requests",
"python-dotenv"
],
)