Skip to content

Commit

Permalink
Require python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 28, 2017
1 parent b1fca7d commit b0b7c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@

setup(
name='spectral_connectivity',
version='0.2.0.dev0',
version='0.2.1.dev0',
license='GPL-3.0',
description=('Frequency domain functional and directed'
'connectivity analysis tools for electrophysiological'
'data'),
author='Eric Denovellis',
author_email='edeno@bu.edu',
url='https://github.com/Eden-Kramer-Lab/spectral_connectivity',
python_requires='>=3',
packages=find_packages(),
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
Expand Down

0 comments on commit b0b7c31

Please sign in to comment.