Skip to content

Commit

Permalink
Fix in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucino772 committed Mar 24, 2021
1 parent f61fe5a commit 4a26bda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
url='https://github.com/Lucino772/pymojang',
description='It\'s a full wrapper arround de Mojang API and Mojang Authentication API',
long_description=long_description,
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
packages=['mojang'],
install_requires=['requests','validators'],
keywords=['minecraft','mojang','python3']
Expand Down

0 comments on commit 4a26bda

Please sign in to comment.