Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
spisakt committed Apr 15, 2019
1 parent 06d88ff commit 854e083
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup

setup(
name='PUMI',
version='v0.1',
packages=['', 'plot', 'utils', 'scripts', 'porcupine', 'anat_preproc', 'connectivity', 'func_preproc',
'func_preproc.info'],
url='https://github.com/spisakt/PUMI',
license='BSD-3',
author='tspisak',
author_email='tamas.spisak@uk-essen.de',
description='Pypelines Utilizing a Modular Inventory'
)

0 comments on commit 854e083

Please sign in to comment.