Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitas-k committed Nov 7, 2024
2 parents 5b11ea7 + d30e834 commit 3fb173d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

# run the setup
setup(name='eigenstrapping',
version='0.0.1.11',
description="For generating surrogate brain maps with spatial autocorrelation using geometric eigenmodes.",
author='Nikitas C. Koussis, Systems Neuroscience Group Newcastle',
author_email='[email protected]',
url='https://github.com/SNG-newy/eigenstrapping',
packages=find_packages(),
)
version='0.0.2',
description="For generating surrogate brain maps with spatial autocorrelation using geometric eigenmodes.",
author='Nikitas C. Koussis, Systems Neuroscience Group Newcastle',
author_email='[email protected]',
url='https://github.com/SNG-newy/eigenstrapping',
packages=find_packages(),
package_data={'': ['datasets/osf.json']},
include_package_data=True,
)

0 comments on commit 3fb173d

Please sign in to comment.