Skip to content

Commit

Permalink
Add metadata to CLI for python packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Sep 16, 2022
1 parent 81dd719 commit b536208
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pineappl_cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"

[project]
name = "pineappl-cli"
requires-python = ">=3.6"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Rust",
"Topic :: Scientific/Engineering :: Physics",
]

dependencies = []

[project.urls]
homepage = "https://n3pdf.github.io/pineappl/"
documentation = "https://pineappl.readthedocs.io/"
changelog = "https://github.com/N3PDF/pineappl/blob/master/CHANGELOG.md"

[tool.maturin]
bindings = "bin"
strip = true

0 comments on commit b536208

Please sign in to comment.