Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhizhou authored May 20, 2021
1 parent b2e061a commit a139101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="OrzMC",
version="1.0.100",
version="1.0.101",
description="A project for deployment of minecraft game.",
long_description=open('README.md', encoding = 'UTF-8').read(),
long_description_content_type="text/markdown",
Expand All @@ -16,13 +16,13 @@
packages=setuptools.find_packages(),
platforms = ['all'],
keywords='minecraft python',
classifiers=(
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux"
),
],
python_requires='>=3, <4',
install_requires=[
'requests',
Expand Down

0 comments on commit a139101

Please sign in to comment.