Обновить setup.py

This commit is contained in:
marmi 2023-09-27 22:16:01 +03:00
parent 03cbb257e3
commit e136533b57

View File

@ -4,5 +4,7 @@ setup(
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']),
)