advanced-python-homework-20.../setup.py

11 lines
328 B
Python
Raw Permalink Normal View History

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