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 f10aabc commit 4278811
Show file tree
Hide file tree
Showing 27 changed files with 25 additions and 1,586 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[build-system]
requires = ['hatchling']
build-backend = 'hatchling.build'

[project]
name = 'quickBayes'
version = "0.2.0b0"
requires-python = ">=3.7.1"
dependencies = ['numpy', 'scipy', 'gofit']
authors = [{name='Anthony Lim', email='[email protected]'}]
description = 'stuff'
readme = 'README.md'
license = {text = 'BSD'}

124 changes: 0 additions & 124 deletions src/quickBayes/fit_functions/stretch_exp_fixed.py

This file was deleted.

1 change: 0 additions & 1 deletion src/quickBayes/fitting/README.md

This file was deleted.

1 change: 0 additions & 1 deletion src/quickBayes/functions/README.md

This file was deleted.

75 changes: 0 additions & 75 deletions src/quickBayes/test_helpers/template_scipy_fit_test.py

This file was deleted.

Loading

0 comments on commit 4278811

Please sign in to comment.