Skip to content

Commit 51e9e1b

Browse files
committed
MNT: Move package name to setup.py for GitHub
1 parent d25a154 commit 51e9e1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[metadata]
2-
name = sdcflows
32
url = https://github.com/poldracklab/sdcflows
43
author = The SDCflows developers
54
author_email = [email protected]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def main():
1414
cmdclass = versioneer.get_cmdclass()
1515

1616
setup(
17+
name='sdcflows',
1718
version=__version__,
1819
cmdclass=cmdclass,
1920
download_url=DOWNLOAD_URL,

0 commit comments

Comments
 (0)