|
1 | 1 | [project] |
2 | 2 | name = "lazy-ecs" |
3 | | -version = "0.3.0" |
| 3 | +version = "0.3.1" |
4 | 4 | description = "A CLI tool for working with AWS services" |
5 | 5 | readme = "README.md" |
6 | 6 | authors = [ |
7 | 7 | { name = "Janne Sinivirta", email = "janne.sinivirta@gmail.com" }, |
8 | 8 | ] |
9 | 9 | requires-python = ">=3.11" |
| 10 | +keywords = ["aws", "ecs", "cli", "terminal", "tui", "devops", "container", "fargate", "docker", "interactive"] |
| 11 | +classifiers = [ |
| 12 | + "Development Status :: 4 - Beta", |
| 13 | + "Environment :: Console", |
| 14 | + "Intended Audience :: Developers", |
| 15 | + "Intended Audience :: System Administrators", |
| 16 | + "License :: OSI Approved :: MIT License", |
| 17 | + "Operating System :: OS Independent", |
| 18 | + "Programming Language :: Python :: 3", |
| 19 | + "Programming Language :: Python :: 3.11", |
| 20 | + "Programming Language :: Python :: 3.12", |
| 21 | + "Programming Language :: Python :: 3.13", |
| 22 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 23 | + "Topic :: System :: Systems Administration", |
| 24 | + "Topic :: Utilities", |
| 25 | +] |
10 | 26 | dependencies = [ |
11 | 27 | "questionary==2.1.1", |
12 | 28 | "boto3==1.40.41", |
13 | 29 | "rich==14.1.0", |
14 | 30 | ] |
15 | 31 |
|
| 32 | +[project.urls] |
| 33 | +Homepage = "https://github.com/vertti/lazy-ecs" |
| 34 | +Repository = "https://github.com/vertti/lazy-ecs" |
| 35 | +Issues = "https://github.com/vertti/lazy-ecs/issues" |
| 36 | +Documentation = "https://github.com/vertti/lazy-ecs#readme" |
| 37 | + |
16 | 38 | [project.scripts] |
17 | 39 | lazy-ecs = "lazy_ecs:main" |
18 | 40 |
|
|
0 commit comments