Skip to content

Commit

Permalink
Update hatch version, fix classifiers (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3QUone authored Dec 17, 2024
1 parent 0808ea1 commit 0f6b317
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion MAINTAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ Create a new git tag as an increment.

Then install a tool to publish:
```shell
python3 -m pip install hatch
python3 -m pip install -U hatch
```

```shell
hatch --version

Hatch, version 1.14.0
```

```shell
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[project]
name = "aiosqs"
description = "Python asynchronous and lightweight SQS client."
license = "MIT"
authors = [
{name = "Vladimir Kasatkin", email = "vladimirkasatkinbackend@gmail.com"},
]
Expand All @@ -22,7 +21,6 @@ classifiers = [
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",
"Environment :: MacOS X",
"Framework :: AsyncIO",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet",
Expand Down

0 comments on commit 0f6b317

Please sign in to comment.