We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1794054 commit b5e6344Copy full SHA for b5e6344
pymare/info.py
@@ -19,7 +19,6 @@
19
readme_file = op.join(op.dirname(__file__), 'README.md')
20
with open(readme_file, encoding='utf-8') as f:
21
longdesc = f.read()
22
-print(longdesc)
23
24
AUTHOR = 'PyMARE developers'
25
COPYRIGHT = 'Copyright 2019--now, PyMARE developers'
setup.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
-""" NiMARE setup script """
+""" PyMARE setup script """
4
5
6
def main():
0 commit comments