Skip to content

Commit f29a6dc

Browse files
committed
Added requirements.txt files, updated pyproject.toml
1 parent c97ac46 commit f29a6dc

File tree

3 files changed

+180
-350
lines changed

3 files changed

+180
-350
lines changed

docs/requirements.txt

Lines changed: 0 additions & 241 deletions
This file was deleted.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[build-system]
2-
requires = ['setuptools>=42', 'cffi>=1.0.0', 'versioneer[toml]']
2+
requires = ['setuptools>=42', 'cffi>=1.0.0', 'versioneer[toml]==0.29']
33
build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'picachooser'
77
description = 'Lightweight GUI for sorting, classifying, and matching MELODIC ICA components.'
88
keywords = ['fMRI', 'ICA', 'component matching', 'visualization']
99
license = {text = 'Apache Software License'}
10-
authors = [
11-
{ name='Blaise Frederick', email='[email protected]' },
12-
]
1310
readme = 'README.rst'
1411
classifiers = [
1512
'Operating System :: OS Independent',
@@ -34,6 +31,9 @@ dependencies = [
3431
'pillow',
3532
]
3633
dynamic = ['version']
34+
authors = [
35+
{ name='Blaise Frederick', email='[email protected]' },
36+
]
3737

3838
[project.urls]
3939
'Homepage' = 'https://github.com/bbfrederick/picachooser'
@@ -56,10 +56,10 @@ doc = [
5656
'sphinx_rtd_theme',
5757
'sphinx-argparse',
5858
'sphinx-gallery',
59-
'm2r',
59+
'myst-parser',
6060
'numpydoc',
61-
'recommonmark',
62-
'mistune',
61+
'sphinxcontrib-bibtex',
62+
'tomlkit',
6363
]
6464

6565
[project.scripts]

0 commit comments

Comments
 (0)