[2024-12-18] Add LICENSE, update pyproject.toml for PyPi
This commit is contained in:
parent
4a0c0de3cb
commit
2b03ba598b
2 changed files with 14 additions and 0 deletions
|
@ -4,11 +4,18 @@ build-backend = "maturin"
|
|||
|
||||
[project]
|
||||
name = "tictoc"
|
||||
authors = [
|
||||
{name = "Andrew Conlin", email = "andrew@andrewconl.in"},
|
||||
]
|
||||
description = "Fast, simple and accurate Python timing. Written in Rust."
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE.md"}
|
||||
requires-python = ">=3.8"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue