This commit is contained in:
Hugo van Kemenade 2022-11-08 22:53:00 +02:00 коммит произвёл GitHub
Родитель 9c719385a1
Коммит c1cfe2f3d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -31,7 +31,7 @@ setup(
version='0.7.1',
author='Microsoft Corporation',
packages=find_packages(exclude=["tests", "tests.*"]),
url=("https://github.com/Azure/msrest-for-python"),
url="https://github.com/Azure/msrest-for-python",
license='MIT License',
description='AutoRest swagger generator Python client runtime.',
long_description=open('README.rst').read(),
@ -45,6 +45,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development'],
python_requires=">=3.6",

Просмотреть файл

@ -1,5 +1,5 @@
[tox]
envlist=py27, py36
envlist=py{36,37,38,39,310,311}
skipsdist=True
[testenv]