Skip to content

Commit

Permalink
Add Trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Nov 29, 2023
1 parent 770a863 commit 75addae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ The implementation has been borrowed from the EdgeDB project.

## Changelog

### 23.1.1 (UNRELEASED)

- Add Trove classifiers.

### 23.1.0 (2023-11-29)

- Introduce `quattro.gather`.
Expand Down
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ build-backend = "hatchling.build"
[project]
name = "quattro"
authors = [{name = "Tin Tvrtkovic", email = "tinchester@gmail.com"}]
classifiers = ["License :: OSI Approved :: Apache Software License"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Typing :: Typed",
]
dynamic = ["description", "version"]
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 75addae

Please sign in to comment.