Обновить setup.py
This commit is contained in:
parent
03cbb257e3
commit
e136533b57
2
setup.py
2
setup.py
@ -4,5 +4,7 @@ setup(
|
|||||||
description='This is my first project',
|
description='This is my first project',
|
||||||
author='MarMi',
|
author='MarMi',
|
||||||
author_email='mikhailycheva.mv@phystech.edu',
|
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']),
|
packages=find_packages(include=['controls']),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user