Skip to content

Commit

Permalink
Adding pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed Sep 5, 2024
1 parent 0c4930e commit 365630f
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
@@ -0,0 +1,28 @@
[project]
name = "mulfc"
version = "0.0.3"
description = "Local Field Components (or lighting fast calculator) at muon sites for the muesr package."
authors = [
{name = "Pietro Bonfa", email = "[email protected]"},
{name = "Pietro Bonfa", email = "[email protected]"},
]
dependencies = [
"numpy >= 1.8",
]
requires-python = ">=3.7"
readme = "README.md"
license = {text = "GPLv3"}
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Physics",
]


[project.urls]
Homepage = "https://github.com/bonfus/muLFC"

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"

0 comments on commit 365630f

Please sign in to comment.