Skip to content

Commit

Permalink
Improve PyPI metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 8, 2024
1 parent fd14f8a commit 4eff9fa
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,26 @@ python-source = "python"
[project]
name = "streamtracer"
description = "Python library to calculate streamlines"
readme = { file = "README.md", content-type = "text/x-markdown" }
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.10"
license = {text = "GPL v3"}
license = {file = "LICENSE"}
authors = [
{name = "The SunPy Developers", email="[email protected]"},
{name = "David Stansby"},
{name = "Lars Mejnertsen"}
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Physics",
]
version = "2.1.0.rc1"
dependencies = [
Expand All @@ -28,9 +38,9 @@ dependencies = [
]

[project.urls]
homepage = "https://streamtracer.readthedocs.io/en/stable/"
documentation = "https://streamtracer.readthedocs.io/en/stable/"
repository = "https://github.com/sunpy/streamtracer"
Homepage = "https://streamtracer.readthedocs.io/en/stable/"
Documentation = "https://streamtracer.readthedocs.io/en/stable/"
Repository = "https://github.com/sunpy/streamtracer"

[project.optional-dependencies]
tests = [
Expand Down

0 comments on commit 4eff9fa

Please sign in to comment.