Skip to content

Commit

Permalink
update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 4, 2023
1 parent 2806031 commit cb11247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "Zach McKenzie"

# The full version, including alpha/beta/rc tags
release = "0.0.10"
release = "0.0.11"


# -- General configuration ---------------------------------------------------
Expand Down
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "spikeanalysis"
version = '0.0.10'
version = '0.0.11'
authors = [{name="Zach McKenzie", email="[email protected]"}]
description = "Analysis of Spike Trains"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: GPL3 License",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Science/Research",
"Operating System :: OS Indepedent"
]
Expand All @@ -27,11 +27,13 @@ build-backend = "setuptools.build_meta"

[project.optional-dependencies]

test = [
dev = [
"pytest",
"pytest-cov"
"pytest-cov",
"black",
]


[tool.setuptools.exclude-package-data]
spikeanalysis = ["**/test/*"]

Expand Down

0 comments on commit cb11247

Please sign in to comment.