diff --git a/setup.py b/setup.py index f891bb2..b69427c 100644 --- a/setup.py +++ b/setup.py @@ -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']), )