@@ -10,7 +10,6 @@ def readme():
1010 with open ('README.rst' ) as f :
1111 return f .read ()
1212
13-
1413dependencies = [
1514 'click>=7.1.2, <9' ,
1615 'click-log==0.3.2' ,
@@ -29,8 +28,7 @@ def readme():
2928 license = 'BSD-3-Clause' ,
3029 author = 'Fabian Fuelling' ,
3130 author_email = 'pypi@fabfuel.de' ,
32- description = 'Powerful CLI tool to simplify Amazon ECS deployments, '
33- 'rollbacks & scaling' ,
31+ description = 'Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling' ,
3432 long_description = readme (),
3533 packages = find_packages (exclude = ['tests' ]),
3634 include_package_data = True ,
@@ -50,7 +48,11 @@ def readme():
5048 'Operating System :: MacOS' ,
5149 'Operating System :: Unix' ,
5250 'Programming Language :: Python' ,
53- 'Programming Language :: Python :: 3' ,
54- 'Topic :: Software Development :: Libraries :: Python Modules' ,
51+ 'Programming Language :: Python :: 3.8' ,
52+ 'Programming Language :: Python :: 3.9' ,
53+ 'Programming Language :: Python :: 3.10' ,
54+ 'Programming Language :: Python :: 3.11'
55+ 'Programming Language :: Python :: 3.12'
56+ 'Programming Language :: Python :: 3.13'
5557 ]
5658)
0 commit comments