Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 2d8fabf

Browse files
author
Adam Richie-Halford
committed
More packaging details
1 parent fbeadf8 commit 2d8fabf

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Credits
55
Development Leads
66
-----------------
77

8-
* Anisha Keshavan <[email protected]> [Corresponding developer]
8+
* Anisha Keshavan <[email protected]> [Corresponding developer]
99
* Adam Richie-Halford <[email protected]>
1010

1111
Contributors

setup.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
1111
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

14-
requirements = ['Click>=6.0', ]
14+
requirements = [
15+
'Click>=6.0',
16+
'nipype',
17+
'dipy',
18+
'boto3',
19+
]
1520

1621
setup_requirements = ['pytest-runner', ]
1722

1823
test_requirements = ['pytest', ]
1924

2025
setup(
2126
author="Anisha Keshavan",
22-
author_email='[email protected]',
27+
author_email='[email protected]',
2328
classifiers=[
2429
'Development Status :: 2 - Pre-Alpha',
2530
'Intended Audience :: Developers',
@@ -47,7 +52,7 @@
4752
setup_requires=setup_requirements,
4853
test_suite='tests',
4954
tests_require=test_requirements,
50-
url='https://github.com/akeshavan/preafq',
55+
url='https://github.com/akeshavan/preAFQ',
5156
version='0.1.0',
5257
zip_safe=False,
5358
)

0 commit comments

Comments
 (0)