EssayEvaluation / setup.py
Logisx's picture
Added app structure
26d66c1
raw
history blame contribute delete
228 Bytes
from setuptools import find_packages, setup
setup(
name='src',
packages=find_packages(),
version='0.1.0',
description='A short description of the project.',
author='Aleksandr Shishkov',
license='MIT',
)