Skip to content

Commit

Permalink
Added classifiers python 3.6, 3.7, 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucino772 committed Jun 25, 2021
1 parent 26eef26 commit 8081cf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Documentation Status](https://readthedocs.org/projects/pymojang/badge/?version=latest)](https://pymojang.readthedocs.io/en/latest/?badge=latest)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pymojang)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymojang)

# Pymojang
Pymojang is a full wrapper arround de [Mojang API](https://wiki.vg/Mojang_API) and [Mojang Authentication API](https://wiki.vg/Authentication).
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='pymojang',
version='1.2.0',
version='1.2.1',
author='Lucino772',
author_email='lucapalmi772@gmail.com',
licence='MIT',
Expand All @@ -15,15 +15,17 @@
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
],
packages=setuptools.find_packages(),
install_requires=['requests', 'validators'],
keywords=['minecraft', 'mojang', 'python3'],
project_urls={
'Source': 'https://github.com/Lucino772/pymojang',
'Documentation': 'https://pymojang.readthedocs.io/en/latest/'
}
)

0 comments on commit 8081cf8

Please sign in to comment.