Skip to content

Commit

Permalink
Update setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Aug 22, 2024
1 parent 03b3f97 commit c5a6675
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
from setuptools import setup, find_packages

setup(
name='BancosBrasileiros',
version='0.1.0',
author='Your Name',
author_email='your.email@example.com',
description='A package for Brazilian banks information',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/guibranco/BancosBrasileiros',
packages=find_packages(),
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
python_requires='>=3.6',
install_requires=[],
)

0 comments on commit c5a6675

Please sign in to comment.