Skip to content

Commit

Permalink
chore: Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlambson committed Jun 10, 2024
1 parent d35c105 commit 990072d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,24 @@ classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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 :: 3.13",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"Typing :: Typed",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/oliverlambson/fastnanoid"
Issues = "https://github.com/oliverlambson/fastnanoid/issues"

[tool.maturin]
features = ["pyo3/extension-module"]
python-source = "python"
Expand Down

0 comments on commit 990072d

Please sign in to comment.