Skip to content

Commit

Permalink
DOC: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarnunez committed Dec 16, 2019
1 parent a663514 commit 0c37e9e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,19 @@ def run(self):


long_description = """
tikreg: Tikhonov regression in Python.
Tikhonov regression can be used to estimate encoding models with non-spherical multivariate normal priors.
This framework is useful to model biological signals. This package was developed to analyze brain data collected using functional magnetic resonance imaging (fMRI). tikreg can also be used to model other neuroimaging signals (e.g. 2P, ECoG, etc) and LTI signals more generally.
"""

def main(**kwargs):
setup(name="""tikreg""",
version='0.01',
description="""""",
# author='Anwar O. Nunez-Elizalde',
# author_email='[email protected]',
# url='gallantlab.github.io/cottoncandy/',
version='0.0.1',
description="""tikreg: Tikhonov regression in Python""",
author='Anwar O. Nunez-Elizalde',
author_email='[email protected]',
url='https://gallantlab.github.io/tikreg/',
packages=['tikreg',
],
package_data={
Expand Down

0 comments on commit 0c37e9e

Please sign in to comment.