Skip to content

Commit

Permalink
chore: More metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlambson committed Jun 10, 2024
1 parent 47a3e9e commit 3047556
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastnanoid"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ build-backend = "maturin"

[project]
name = "fastnanoid"
description = "A tiny, secure URL-friendly, and fast unique string ID generator for Python, written in Rust."
readme = "README.md"
authors = [
{name = "Oliver Lambson", email = "oliverlambson@gmail.com"},
{name = "Ochir Erkhembayar"},
]
maintainers = [
{name = "Oliver Lambson", email = "oliverlambson@gmail.com"},
]
license = {file = "LICENSE"}
requires-python = ">=3.8"
keywords = ["nanoid"]
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down

0 comments on commit 3047556

Please sign in to comment.