Updated for python 3.10

This commit is contained in:
2022-11-24 00:11:57 +01:00
parent 8597615e68
commit 2bbf175c2a
7 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.10
# -*- encoding: utf-8 -*-
from setuptools import setup, find_packages
from sys import path
@@ -16,7 +16,7 @@ setup(
package_data={
'delugeClient': ['default_config.ini'],
},
python_requires=">=3.6",
python_requires=">=3.10",
author="KevinMidboe",
description="Deluge client with custom functions written in python",
long_description=long_description,
@@ -33,7 +33,7 @@ setup(
classifiers=[
'Programming Language :: Python',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.10',
],
entry_points={
'console_scripts': [