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 d25a154 commit 51e9e1bCopy full SHA for 51e9e1b
setup.cfg
@@ -1,5 +1,4 @@
1
[metadata]
2
-name = sdcflows
3
url = https://github.com/poldracklab/sdcflows
4
author = The SDCflows developers
5
author_email = [email protected]
setup.py
@@ -14,6 +14,7 @@ def main():
14
cmdclass = versioneer.get_cmdclass()
15
16
setup(
17
+ name='sdcflows',
18
version=__version__,
19
cmdclass=cmdclass,
20
download_url=DOWNLOAD_URL,
0 commit comments