mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 04:19:31 +02:00
fix python version bug
This commit is contained in:
4
setup.py
4
setup.py
@@ -13,7 +13,7 @@ requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Py-SPW',
|
name='Py-SPW',
|
||||||
version='1.4.2',
|
version='1.4.3',
|
||||||
packages=['pyspw'],
|
packages=['pyspw'],
|
||||||
url='https://github.com/teleport2/Py-SPW',
|
url='https://github.com/teleport2/Py-SPW',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
@@ -23,7 +23,7 @@ setup(
|
|||||||
long_description=description_md,
|
long_description=description_md,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
python_requires='>=3.10.5',
|
python_requires='>=3.10',
|
||||||
project_urls={
|
project_urls={
|
||||||
"Docs": "https://github.com/teleport2/Py-SPW/wiki",
|
"Docs": "https://github.com/teleport2/Py-SPW/wiki",
|
||||||
"GitHub": "https://github.com/teleport2/Py-SPW"
|
"GitHub": "https://github.com/teleport2/Py-SPW"
|
||||||
|
|||||||
Reference in New Issue
Block a user