Skip to content

Commit

Permalink
Add metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 21, 2024
1 parent 2df7a88 commit bf614d1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,36 @@ dependencies = [
"scipy>=1.13.1",
]
readme = "README.md"

classifiers = [
"Development Status :: 3 - Alpha",

"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",

"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",

"License :: OSI Approved :: MIT License",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

requires-python = ">= 3.9"

[project.urls]
Homepage = "https://nanx.me/tinytopics/"
Documentation = "https://nanx.me/tinytopics/"
Repository = "https://github.com/nanxstats/tinytopics"
Issues = "https://github.com/nanxstats/tinytopics/issues"
Changelog = "https://github.com/nanxstats/tinytopics/blob/main/CHANGELOG.md"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit bf614d1

Please sign in to comment.