Spaces:
Sleeping
Sleeping
File size: 269 Bytes
7e73a90 | 1 2 3 4 5 6 7 8 9 10 11 | from setuptools import setup, find_packages
setup(
name='Financial_Agents',
version='0.0.1',
# url='https://github.com/mypackage.git',
author='Onur Kerimoglu',
author_email='kerimoglu.o@gmail.com',
description='',
packages=find_packages()
) |