8 lines
126 B
Python

from setuptools import find_packages, setup
setup(
name="EngieApi",
version="0.1.3",
packages=find_packages(),
)