Skip to content

Commit

Permalink
Merge pull request #167 from amarquand/dev
Browse files Browse the repository at this point in the history
patch to enable v0.29 to be installed correctly from PyPI
  • Loading branch information
amarquand authored Dec 16, 2023
2 parents 6d9b7f3 + 4cc282e commit bdedc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def parse_requirements(filename):
requirements = parse_requirements('requirements.txt')

setup(name='pcntoolkit',
version='0.29',
version='0.29-1',
description='Predictive Clinical Neuroscience toolkit',
url='http://github.com/amarquand/PCNtoolkit',
author='Andre Marquand',
Expand Down

0 comments on commit bdedc2c

Please sign in to comment.