Skip to content

Commit

Permalink
refs #89 move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Apr 23, 2024
1 parent 05cdd3a commit 5a01910
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ build-backend = 'hatchling.build'

[project]
name = 'quickBayes'
version = "1.0.0b22"
version = "0.2.0b0"
requires-python = ">=3.7.1"
dependencies = ['numpy', 'scipy', 'gofit']
authors = [{name='Anthony Lim', email='[email protected]'}]
description = "A Bayesian fitting package used for model selection and grid searches of fits for neutron and muon data."
keywords=['bayesian', 'fitting', 'QENS', 'muons']
description = 'Reading and writing for ISIS muon experiments'
readme = 'README.md'
license = {text = 'BSD'}

[project.urls]
Homepage = "https://quickbayes.readthedocs.io/en/latest/"
Documentation = "https://quickbayes.readthedocs.io/en/latest/"
Repository = 'https://github.com/ISISNeutronMuon/quickBayes'

0 comments on commit 5a01910

Please sign in to comment.