From e136533b571adbb24ac1dfac55ae61b54bac7692 Mon Sep 17 00:00:00 2001 From: marmi Date: Wed, 27 Sep 2023 22:16:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20setup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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']), )