Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 14, 2018
1 parent ce8d5ff commit f7e936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
import runpy

ldict = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
'niworkflows', 'info.py'))
'niworkflows', '__about__.py'))

setup(
name=PACKAGE_NAME,
Expand Down

0 comments on commit f7e936e

Please sign in to comment.