9 lines
224 B
Python
9 lines
224 B
Python
|
setup(
|
||
|
name='first_project',
|
||
|
version='0.0.0',
|
||
|
description='This is my first project',
|
||
|
author='MarMi',
|
||
|
author_email='mikhailycheva.mv@phystech.edu',
|
||
|
packages=find_packages(include=['controls']),
|
||
|
)
|