Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Moon-developer committed Apr 14, 2022
1 parent 73deec6 commit 7f9012b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Operating System :: POSIX :: Linux',
'Topic :: Software Development',
],
keywords='python package valr crypto api rest client',
install_requires=['requests', 'python-dotenv'],
keywords=['python', 'package', 'valr', 'crypto', 'api', 'rest', 'client'],
url='https://github.com/Moon-developer/Valr-simple-client',
author='Marco Fernandes',
license='MIT',
Expand Down

0 comments on commit 7f9012b

Please sign in to comment.