-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71dd107
commit 57b5305
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
setup( | ||
name="roiextractors", | ||
version="0.4.16", | ||
version="0.4.17", | ||
author="Heberto Mayorquin, Cody Baker, Ben Dichter, Alessio Buccino", | ||
author_email="[email protected]", | ||
description="Python module for extracting optical physiology ROIs and traces for various file types and formats", | ||
|
@@ -37,10 +37,4 @@ | |
python_requires=">=3.7", | ||
install_requires=install_requires, | ||
extras_require=extras_require, | ||
classifiers=( | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: BSD-3 Software License", | ||
"Operating System :: OS Independent", | ||
"Intended Audience :: Science/Research", | ||
), | ||
) |