Skip to content

Commit

Permalink
Add more project metadata to show on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Klavionik committed Jan 31, 2024
1 parent fb75d36 commit b3d3ddc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ build-backend = "maturin"

[project]
name = "copykitten"
description = "A robust, dependency-free way to use the system clipboard in Python."
authors = [{ name = "Roman Vlasenko", email = "[email protected]" }]
readme = "README.md"
homepage = "https://github.com/Klavionik/copykitten"
license = "MIT"
keywords = ["clipboard"]
requires-python = ">=3.8,<3.13"
classifiers = [
"Programming Language :: Rust",
Expand All @@ -14,6 +20,11 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"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",
]
dynamic = ["version"]

Expand Down

0 comments on commit b3d3ddc

Please sign in to comment.