advanced-python-homework-20.../setup.py
2023-09-27 22:16:01 +03:00

11 lines
328 B
Python

setup(
name='first_project',
version='0.0.0',
description='This is my first project',
author='MarMi',
author_email='mikhailycheva.mv@phystech.edu',
url="https://git.sciprog.center/marmi/advanced-python-homework-2023-marmi.git",
license="CPOL",
packages=find_packages(include=['controls']),
)