mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 04:19:31 +02:00
upload v 1.4.1
This commit is contained in:
15
setup.py
15
setup.py
@@ -6,11 +6,14 @@ this_directory = path.abspath(path.dirname(__file__))
|
||||
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
|
||||
description_md = f.read()
|
||||
|
||||
requires = ['requests==2.28.1']
|
||||
requirements = [
|
||||
'requests==2.28.1',
|
||||
'mojang==0.2.0'
|
||||
]
|
||||
|
||||
setup(
|
||||
name='Py-SPW',
|
||||
version='1.3',
|
||||
version='1.4.1',
|
||||
packages=['pyspw'],
|
||||
url='https://github.com/teleport2/Py-SPW',
|
||||
license='MIT License',
|
||||
@@ -18,5 +21,11 @@ setup(
|
||||
author_email='stepan@m.khoz.ru',
|
||||
description='Python library for spworlds API',
|
||||
long_description=description_md,
|
||||
long_description_content_type='text/markdown'
|
||||
long_description_content_type='text/markdown',
|
||||
install_requires=requirements,
|
||||
python_requires='>=3.10.5',
|
||||
project_urls={
|
||||
"Docs": "https://github.com/teleport2/Py-SPW/wiki",
|
||||
"GitHub": "https://github.com/teleport2/Py-SPW"
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user