Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer authored Mar 3, 2024
1 parent 3e15b4a commit 408455c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
author="Marius Pachitariu",
author_email="[email protected]",
description="spike sorting pipeline",
version="0.1",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/MouseLand/kilosort",
setup_requires=[
'pytest-runner',
'setuptools-scm',
],
packages=setuptools.find_packages(),
use_scm_version=False,
use_scm_version=True,
install_requires=install_deps,
tests_require=[
'pytest'
Expand All @@ -64,7 +64,7 @@
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: GPL License",
"Operating System :: OS Independent",
],
entry_points={
Expand Down

0 comments on commit 408455c

Please sign in to comment.