Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jul 8, 2022
1 parent 71dd107 commit 57b5305
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
),
)

0 comments on commit 57b5305

Please sign in to comment.