Skip to content

Commit

Permalink
format pyproject like neuroconv
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 10, 2024
1 parent cb51f00 commit 6193b49
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,19 @@ authors = [
]
keywords = ["ROI", "extraction", "optical physiology"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering"
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"License :: OSI Approved :: BSD License",
]
urls = { Homepage = "https://github.com/catalystneuro/roiextractors" }

requires-python = ">=3.7"
requires-python = ">=3.9"

dependencies = [
"h5py>=2.10.0",
Expand Down Expand Up @@ -73,16 +72,8 @@ rtd = [
"pydata_sphinx_theme"
]

[tool.setuptools]
packages-find = { where = ["src"] }
include-package-data = true

[tool.setuptools.packages]
package-dir = { "" = "src" }

[tool.setuptools.manifest]
include = ["LICENSE.txt", "README.md"]
recursive-exclude = ["tests", "__pycache__", "*.py[co]"]
[tool.setuptools.packages.find]
where = ["src"]



Expand Down

0 comments on commit 6193b49

Please sign in to comment.