File size: 254 Bytes
10f1ada
 
 
 
 
 
 
 
 
6216ecd
1
2
3
4
5
6
7
8
9
10
from setuptools import find_packages, setup

setup(
    name='src',
    packages=find_packages(),
    version='0.1.0',
    description='A short description of the project.',
    author='Your name (or your organization/company/team)',
    license='MIT',
)