Files
superfaktura-client/setup.py
Richard Kubíček 36b09c9118 project: add setup
2025-01-16 13:47:24 +01:00

13 lines
329 B
Python

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=''
)